Answer Posted / anjali saxena
The class from which another class is derived is called base class or super class. The class which is derived from base class is called sub class or derived class.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What does the exclamation mark mean in java?
What are the advantages and disadvantages of object cloning?
What is the difference between static and global variables and also define what are volatile variables?
What does it mean that a method or field is “static”?
Why singleton pattern is better than creating singleton class with static instance?
How does queue work in java?
How do you remove spaces in java?
How many tetrahedral voids are there in bcc?
What is meant by final class?
What is a map? What are the implementations of map?
What is stream api in java8?
Can a final method be overloaded?
What is nullpointerexception in java?
Is array passed by reference in java?
Can java inner class be static?