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
Can we have two methods in a class with the same name?
What is the dot operator?
What is the generic class?
What types of index data structures can you have in java?
Explain all java features with real time examples
What is a ?
Can inner class have constructor?
What is hasnext in java?
How to implement an arraylist in java?
What are the advantages of functions?
Can we override a variable in java?
Where are the local variables stored?
What is the difference between access specifiers and access modifiers in java? 16
What are the actions that can occur when a thread enters blocked state?
What restrictions are placed on method overloading?