InterviewSolution
| 1. |
Explain About Inheritance? |
|
Answer» Inheritance revolves around the concept of inheriting knowledge and CLASS attributes from the parent class. In general sense a SUB class tries to acquire CHARACTERISTICS from a parent class and they can also have their own characteristics. Inheritance forms an IMPORTANT concept in object oriented PROGRAMMING. Inheritance revolves around the concept of inheriting knowledge and class attributes from the parent class. In general sense a sub class tries to acquire characteristics from a parent class and they can also have their own characteristics. Inheritance forms an important concept in object oriented programming. |
|