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 are the different ways to handle exceptions?
Is java free for commercial?
Name few java.lang classes introduced with java 8 ?
How many bits is a 64 bit byte?
What are the advantages and disadvantages of reference counting in garbage collection?
Write a program to find maximum and minimum number in array?
Write a java program to generate fibonacci series ?
What is lambda in java?
What are the various access specifiers for java classes?
What does arrays sort do in java?
What invokes a thread's run() method in java programming?
What is internal variable?
Can you instantiate the math class in Java?
Difference between overriding and overloading in java?
Why 1 is not a prime number?