Yes, I don't have any ideas why to discuss a delivering of a program that demonstraits classes and inheritance on C language forum...
ArkM
Postaholic
2,001 posts since Jul 2008
Reputation Points: 1,234
Solved Threads: 348
There are lots of examples. For instance
class Person
class student : public person
class teacher : public person
class university : public student, teacher
class animal
class dog : public animal
class cat : public animal
Ancient Dragon
Retired & Loving It
30,046 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,342