actual meaning of inheritance

Recommended Answers

All 3 Replies

inheritance (n):

  1. something that is or may be inherited; property passing at the owner's death to the heir or those entitled to succeed; legacy.

  2. the genetic characters transmitted from parent to offspring, taken collectively.

  3. something, as a quality, characteristic, or other immaterial possession, received from progenitors or predecessors as if by succession: an inheritance of family pride.

  4. the act or fact of inheriting by succession, as if by succession, or genetically: to receive property by inheritance.

  5. portion; birthright; heritage: Absolute rule was considered the inheritance of kings.

Ask a real question next time, thank you.

Hi satishchavan170,

This Wikipedia article will get you started on the concepts of inheritance:

http://en.wikipedia.org/wiki/Inheritance_%28computer_science%29

but I'd advise you to get your hands on a good reference book that introduces OO concepts.

Do you have any specific questions about inheritance with respect to C++?

Inheritance: you get all of your parents' characteristics (attributes and behaviors), yet you can add to, remove, or modify them (esp. behaviors).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.