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
Is treeset sorted in java?
How does arraylist work in java?
What are namespaces in java?
Is array a class in java?
What all access modifiers are allowed for top class ?
What is an example of a conditional statement?
Differentiate storage classes on the basis of their scope?
How is tree Mirroring implemented?
Which keyword specify that a variable is effectively final ?
What are the types of java languages?
what is nested class in java?
Why put method is used?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
Can we sort list in java?