cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Inheritance
Inheritance
Mar 3, 2014 at 7:28am UTC
jasongog
(43)
I am new to C++. Recently i so an article here about Inheritance in C++, but i couldn't understand what it is. Can anyone help me please?
Mar 3, 2014 at 8:19am UTC
keskiverto
(10402)
http://en.wikipedia.org/wiki/Inheritance_%28object-oriented_programming%29
Apr 21, 2014 at 12:37am UTC
Stephanie16
(34)
Basically inheritance is when the children class inherits or derives from the parent class. If you need an example, let me know.
Apr 21, 2014 at 12:45am UTC
ragecoder
(25)
Think of it as the aspects of a parents features being passed down genetically to their child; aka blue eyes or brown hair. If you have any other questions you can pm me at lenzojake@gmail.com
Topic archived. No new replies allowed.