can we access the super class method using subclass object?
Answer Posted / muthukumari
yes, we can access the base class methods using a derived
class objects.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Can we override static methods in java?
What are untrusted applets?
What does opcode mean?
What are checked exceptions?
What is thread synchronization in java?
Why deletion in linkedlist is fast than arraylist?
Why java doesn’t support multiple inheritances?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What does += mean coding?
How do you sort an array in java?
What does nullpointerexception mean?
Explain polymorphism citing an example.
Can we define private and protected modifiers for variables in interfaces?
Explain the reason behind ending a program with a system.exit(0)?
Can a abstract class be defined without any abstract methods?