Answer Posted / sathya
A subclass inherits all the properties of a Super class.
A Subclass can access all the methods, variables of super
class and not vice versa.
A Subclass extends a Super class.
| Is This Answer Correct ? | 110 Yes | 22 No |
Post New Answer View All Answers
Can list contain null in java?
Difference between collection, collection and collections in java?
Which programming language is most secure?
What is jit compiler ?
explain the difference between jdk and jvm?
Does java set allow duplicates?
Can bool be null?
What do you mean by stream pipelining in java 8?
What is the class in java?
What are the three types of design patterns?
What is array class in java?
Is ruby built on java?
What does .equals do in java?
What is anonymous inner class?
How do you override a private method in java?