How will we understand the inheritance of a code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How will we understand the inheritance of a code?

inheritance cpp

24th Mar 2018, 1:57 PM
Thomas Kurian
Thomas Kurian - avatar
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.
24th Mar 2018, 2:18 PM
Ahri Fox
Ahri Fox - avatar
+ 8
Try reviewing the classes section in the course and this. http://www.cplusplus.com/doc/tutorial/inheritance/ play with the code.
24th Mar 2018, 2:14 PM
Manual
Manual - avatar