Answer Posted / rajesh
Inheritance is the powerful mechanisam for resuabiltiy.
We can derive a class from whereever and whenever.
The resuabiltiy avoids to rewrite code and code length.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is string data?
Explain garbage collection in java?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What are the differences between string, stringbuffer and stringbuilder?
How do you format in java?
What type of language is java?
What is the main use of java?
Tell me the Importent classes in net package?
Is 64bit faster than 32 bit?
What is lambda expression in java?
What is arraylist class in java?
How do you use find and replace?
What is the purpose of javac exe?
what are three ways in which a thread can enter the waiting state? : Java thread
State one difference between a template class and class template.