| |
GeekInterview.com > Interview Questions > Concepts > OOPS
| Print | |
Question: Explain the Inheritance Principle
Answer: Inheritance is the process by which one object acquires the properties of another object. |
| July 07, 2007 04:54:34 |
#9 |
| preetib |
Member Since: July 2007 Total Comments: 1 |
RE: Explain the Inheritance princi... |
| Inheritance is the main concept of object oriented programming language.. Inheritance means object of one class aquire the properties of another class.that's the base class is known as parent class and the secondary class is known as child class and child class can have some or all the functionality of parent class |
| |
Back To Question | |