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
How do you reverse sort a list in java?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
What is connection class in java?
Which methods are used during serialization and deserialization process?
Are variables stored in ram?
What is a final class in java?
What is final int?
Why is the type for real numbers called double?
What is the difference between public, private, protected, and friend access?
What do you understand by java?
How to use arraylist in java netbeans?
Can you explain the cs option of java interpreter?
What happens if main method is not static?
how is final different from finally and finalize in java?
Which access specifier can be used with class ?