+ 4
How will we understand the inheritance of a code?
inheritance cpp
2 Answers
+ 9
By flipping through the history books to figure out the lineage and family, tracing forward to the hier, you can determine that the first born shall inherit the throne-- I mean code.
+ 8
Try reviewing the classes section in the course and this.
http://www.cplusplus.com/doc/tutorial/inheritance/
play with the code.