Answer Posted / mike
The original object or an entity class becomes a superclass of the original object or entity when a subclass has been derived one or more occurances inheriting the attributes of the superclass.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Is string a class in java?
Difference between string, stringbuffer and stringbuilder?
What is the best definition for data?
Can a class be private in java?
What happens if an exception is throws from an object's destructor?
What is difference between ++ I and I ++ in java?
What are the main differences between notify and notifyAll in Java?
What is file in java?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What is the difference between a switch statement and an if statement?
What is space character in java?
Define an abstract class with reference to java.
What is == in java?
How to sort numbers in java without array?
What are conditionals and its types?