In Inheritance if we are implementing Multi level inheritance
and all class having same name of variable and now i want to
access each class variable and how it is possible?
Answer Posted / sabari
We cannot use the same name for all classes.
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
Is java same as core java?
What is a final class ?
Which data type is class in java?
What does system.gc() and runtime.gc() methods do?
Explain the init method?
What is Java Shutdown Hook?
What is string substring?
What is the this keyword?
how to create daemon thread in java?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
Can an object be null?
What is a java lambda expression?
What is the private method modifier?
What is the method in java?
Can we declare a class as abstract without having any abstract method?