Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - inheritance _ http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                               Inheritance                            _
   Inheritance  is  a major feature of the C++ programming  language.  It
   allows  classes to be derived from other classes by  inheriting  their
   data members and functionality while permitting the inherited behavior
   to  be expanded and modified where required. This section  provides  a
   reference to the data structures and procedures involved in using this
   mechanism.

   C++  2.0 implements multiple inheritance: a derived class can  inherit
   from more than one base class.

   Inheritance and derived classes are not available in the C language.


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson