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
How we can generate random numbers in java?
Why declare Main() method as a static in java ?
How to make a non daemon thread as daemon?
What is boolean used for?
What is __ init __ functions?
How many bytes is 255 characters?
Is it necessary that each try block must be followed by a catch block?
What is array pointers ?
What is quick sort in java?
Why is static used?
Can a singleton class be inherited?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
Is there any limitation of using inheritance?
Explain the difference between serializable and externalizable in java?
Is integer a class?