Hierarchical Inheritance example in C++?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • navti
    New Member
    • Feb 2008
    • 2

    Hierarchical Inheritance example in C++?

    can someone plz post a simple program on hierarchical inheritance in c++ ...having one base class and two derived class ???

    Thanks!!!
  • Flugeldorph
    New Member
    • Oct 2008
    • 11

    #2
    Take a look at the following site
    http://publib.boulder. ibm.com/infocenter/lnxpcomp/v8v101/index.jsp?topic =/com.ibm.xlcpp8l .doc/language/ref/inher.htm

    This contains a pretty basic explanation that can be grasped quickly.

    Larry

    Comment

    Working...