[Basic C++] 17 - Data Structure in C++ : Polymorphic class
2020. 6. 19.
As I briefly explained at one of the earlier postings (2020/06/04 - [Programming/C++] - [Basic C++] 13 – Data Structure in C++ : What is a CLASS, definition, and explanation), polymorphism is one of the four major concepts of OOP. Polymorphism is often described as "One form with multiple functionalities", but it is not enough for someone who does not have a computer engineering background. We h..