Posts by placplacboom • 151 points
1 post
-
5
votes2
answers103
viewsQ: Doubt in inheritance
I have a question about inheritance. I have the following code: public class CovariantTest { public A getObject(){ return new A(); } public static void main(String[] args){ CovariantTest c1 = new…