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
Is there is any difference between a scrollbar and a scrollpane?
How can you read an integer value from the keyword when the application is runtime in java? example?
Why is singleton class used?
Define array. Tell me about 2-D array.
What is the use of :: in java?
Can we create object of inner class in java?
Differences between C and Java?
What is java developer skills?
Why declare Main() inside the class in java ?
Similarity and difference between static block and static method ?
Explain the difference between a Thread and a Process.
What is a finally block? Is there a case when finally will not execute?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
Why is serialization required?
When throws keyword is used?