Answer Posted / amna arslan
*SUPER CLASS ENTITY*
the class from which another class is derived is called super class.
it also called a base class.
the older one is called a super class.
super class is a simple class.
*SUB CLASS ENTITY*
the class which is derived from super class is called sub class.
it is also called a derived class.
the newer one is called a sub class.
sub class is a class that inheritance from super class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is main string [] args?
Why object class is super class for every class in java?
What is generic type?
What do you mean by platform independence? What is an interface?
What is a super method?
How do you declare a destructor in java?
What is a generic data type?
How do you compare two objects?
Is void a data type in java?
How can an exception be thrown manually by a programmer?
Which one of the following suits the description of a string better: derived or primitive?
When is the arraystoreexception thrown?
What are the four corner stones of oop?
How to access arraylist elements in java?
How is java hashmap implemented?