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
Why destructor is not used in java?
Describe the process as to how substring() methodology mechanisms in java.
Explain what is Marker interface?
What is busy spin, and why should you use it?
What does n mean in java?
How java uses the string and stringbuffer classes?
What is immutable class in java?
What is a condition in java?
What is keyword and identifier?
Why do we need data structure in java?
Why is java called the platform independent programming language?
What is method overloading in JAVA? Why is it not present in C ?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
What is the function of log?
What is java and their uses?