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
Why deletion in linkedlist is fast than arraylist?
Explain the concept of proper inheritance?
Write a program to reverse array in place?
What is the difference between abstract class and interface1? What is an interface?
What are the important features of Java 10 release?
How many decimal digits is 64 bit?
What is the major advantage of external iteration over internal iteration?
What is the difference between pass by reference and pass by pointer?
State the difference between strings and arrays.
What are encapsulation, inheritance and polymorphism?
What is the java idl system?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What is purpose of keyword void?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
Can we extend singleton class?