can we access the super class method using subclass object?
Answer Posted / ravi jain
Yes, we can access the methods of super class in child classes
if they accessible in child class according to their (access
specifier) i.e. public , default, private, protected.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a method signature java?
Is java a software?
What is the maximum size of hashmap in java?
What is array class in java?
What is the public method modifier?
when to use ArrayList and when to use HashMap in webApplication.
Why is stringbuffer faster than string?
What are peerless components in java programming?
What does method mean?
Do loops java?
What is the major drawback of internal iteration over external iteration?
What is java virtual machine? Explain
Can you instantiate the math class?
What do you mean by light weight and heavy weight components?
What is a for loop in java?