What are covariant return types?
Created Jan 22, 2006
John Zukowski A method in a subclass returning an object whose type is a subclass of the type returned by the method with the same signature in the superclass.
Created Jan 22, 2006