Java / Inheritance
What is covariant return type in Java?
When a method is overriden, the return type of the overriding method is allowed to be a subtype of the overridden method's return type is referred as covariant return type.
More Related questions...