can we access the super class method using subclass object?
Answer Posted / muthukumari
yes, we can access the base class methods using a derived
class objects.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is prime number in java?
What are the java ide's? Explain
Can constructor be static or final?
What do you mean by composition in java?
How can we pass argument to a function by reference instead of pass by value?
Do you know how to reverse string in java?
What are methods of a class?
How will you compute size of a structure?
What is the buffer limit?
What does %4d mean in java?
What is set and get methods in java?
What is jvm? Why is java called the platform independent programming language?
Is a boolean variable?
Can abstract class have private constructor?
What will happen to the exception object after exception handling?