In the following inheritance-chain diagram, if Class_1 has a non-final public method, can that method be overwritten in Class_3?
a) Yes
b) No
In the following inheritance-chain diagram, if Class_1 has a non-final public method,can that method be overwritten in Class 3?
Interface_1
Interface_2
Interface_3
Class_2
Class_3
Object
Class_1
a) Yes
b) No