Java
Programming and Technical
Programming
Technical
Which of the following statements are correct with respect to inheritance relationship in java?
A. object of subclass referenced by super class type can invoke super class methods
B. object of subclass referenced by super class type can access newly defined sub class variables
C. object of subclass referenced by super class type can access super class variables
D. object of subclass referenced by super class type can invoke overridden sub class methods
E. object of subclass referenced by super class type can invoke newly defined sub class methods
Read Solution (Total 1)
-
- object of subclass referenced by super class type can invoke super class methods
- 16 Days agoHelpfull: Yes(0) No(0)
Java Other Question