explain the concept of inheritance with an example?
Answer Posted / ackrao
Deriving the properties of one class in to another class is called as inheritance.
Existing class is base class and new class is derived class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is array in java?
What is Java Reflection API? Why it’s so important to have?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
Which package has light weight components?
What is java algorithm?
What is exception in java?
What is meant by object?
What do you understand by the term string pool?
In the below example, what will be the output?
Can java hashmap have duplicate keys?
What is linked hashmap and its features?
What is multithreading in java?
what is recursion in java
What is the main use of java?
How to print nodes of a Binary tree?