Answer Posted / karunakaran
Acquiring the properties of one class from another class in
inheritance.Here the class which is being acquired is
called as super class and the class which does acquiring is
called as sub class.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is super in java?
What is deserialization?
What is the use of keywords in java?
What is the use of default method in interface in java? Explain
What is a boolean expression in java?
Can we create an object of private class?
What is this () in java?
Is 0 true or false in java?
what is the swingutilities.invokelater(runnable) method for? : Java thread
Mention a package that is used for linked list class in java.
Which variables are stored in stack?
What do you mean by scope of variable?
Can you use this() and super() both in a constructor?
How does predicate work in java?
What is == mean?