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 is the mapping mechanism used by java to identify IDL language?
Can you have two constructors in java?
What do you mean by constant time complexity?
What are the problems faced by java programmers who don't use layout managers?
What is string intern in java?
What does indexof mean?
Explain the purpose of garbage collection in Java?
What is a copy constructor in java?
What is jvm? Why is java called the platform independent programming language?
Can we have return statement in finally clause? What will happen?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What is difference between class and object in java?
What is the relationship between clipping and repainting under awt?
How do you print array in java?
What is the difference between stringbuffer and stringbuilder?