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 the constructor and how many types of constructors are used in java?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
Explain about procedural programming language or structured programming language and its features?
How do you find the independent variable?
Is java owned by oracle?
How do you create immutable object in java?
What is locale in java?
What is the difference between an argument and a parameter?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
Why volatile is used in java?
How do you sort a list in java?
What is variable explain?
Why there are some null interface in java? What does it mean?
What is array length?
What is :: operator in java?