Answer Posted / raja
Inheritence is the process of creating a new class from
an existing class. The new class may access the all the
data members in the parent class. The new class is called
sub class. The existing class is called super class or base
class..
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
Can we return null in java?
How does linkedhashmap work in java?
Which is better arraylist or vector?
What is the purpose of using java.lang.class class?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What do you mean by Function Overloading in java?
What is double data type?
Is zero a positive integer?
What is java and its types?
What is the difference between exception and error in java?
What is the reflection?
What is pangram in java?
List primitive java types?
Describe the term diamond problem.