Covariant Method Return Types in Java
Intro I was reading the other day while enjoying some quiet time post Christmas (AWS, Spring Boot, Java) and came across something that I didn’t know existed and wanted to share. I’m sure veteran Java programmers know this but coming from C#, I was totally unaware. What is a Covariant Return Type? Simply put, it …