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 do you get the length of a string in java?
What are the 2 types of java programs?
Does the order of public and static declaration matter in main method?
What is not thread safe?
Can we call thread start () twice?
Can You Have Virtual Functions In Java?
What is port number in java?
Is it possible to use string in the switch case?
How many decimal places is a double?
How do you sort a list in java?
whatis Home interface and Remoteinterface? with example?
What is singleton class and how can we make a class singleton?
why using interface interface ?
What is the advantage of preparedstatement over statement?
What is try-with-resources in java?