Ashutosh Kumar

Ashutosh Kumar's Ashutosh Blog

This is the blog of a software engineer for software
engineer, which contains post about my activity in software

  • Rated2.8/ 5
  • Updated 5 Years Ago

Covariant return type in Java

Updated 6 Years Ago

it introduces a new facility called covariant return type. You can override a method with the same signature but returns a subclass of the object returned.
Read More