[Basic C++] 15 – Data Structure in C++ : Class Single Inheritance
2020. 6. 13.
Links to the previous posts about C++ class 2020/06/04 - [Programming/C++] - [Basic C++] 13 – Data Structure in C++ : Class 1/4 2020/06/13 - [Programming/C++] - [Basic C++] 13 – Data Structure in C++ : Class 2/4 This post is the third post of the C++ basic class series and I am going to talk about inheritance briefly in this post. Inheritance of class is one of the most important concepts when i..