Suppose that you have the following class definitions:
What is the output of the following Java code?
SuperClass superObject = new SuperClass("This is superclass", 2);
SubClass subObject = new SubClass("DDDDDD", 3, 7);
superObject.print();
subObject.print();
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.