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
How do you add an arraylist to an array in java?
What do you mean by platform independence of Java?
Describe method overriding
Tell us something about an iterator.
What is java thread dump, how can we get java thread dump of a program?
In java how do we copy objects?
Which java version is latest?
What is synchronization and why is it important in java programming?
What is the difference between throw and throws keywords?
What is the SimpleTimeZone class?
What is the difference between stringbuffer and stringbuilder?
How do you bind variables?
Why is multithreading important?
Can we create our own wrapper class in java?
What is an enumeration?