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
Can an interface implement another interface?
Difference between static binding and dynamic binding?
What is output buffer?
Why put method is used?
What is a nonetype?
What is meant by JVM? Is JVM platform independent or not?
Can we create our own wrapper class in java?
Can we create a class inside a class in java?
Why enumeration is faster than iterator?
Why webdriver is an interface?
Can we have any code between try and catch blocks?
Is math an abstract class in java?
How do you reverse a word in java?
What is the static import?
What is the difference between inner class and nested class?