This is a discussion on Inheritance Class in C++ within the C and C++ Programming forums, part of the Software Development category; Hi Guys can anyone let me know what is the use of Inheritance Class in C++?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Inheritance is the process by which objects of one class acquire the properties and functionality of objects of another class. It supports the concept of hierarchical classification. For example, the bird robin is a part of the class flying bird which is again a part of the class bird. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| simulating OOP-style inheritance in C? | prasath | C and C++ Programming | 1 | 08-18-2007 12:40 AM |
| Is there any way to use keyPressed method of Canvas class in Form class? | bluesky | Mobile Software Development | 1 | 07-25-2007 06:02 AM |
| How do you create multiple inheritance in c# and .NET? | vadivelanvaidyanathan | C# Programming | 3 | 07-20-2007 07:54 AM |
| What are some alternatives to inheritance? | prasath | Java Programming | 1 | 07-20-2007 06:49 AM |
| Why multiple inheritance cant support in java | leoraja8 | Java Programming | 2 | 07-16-2007 11:34 PM |