Liam0205 / liam0205.github.io

Deployment of my weblog.
https://liam0205.github.io
35 stars 5 forks source link

Declaration and Definition of Virtual Member Functions in C++ | Begin-End #304

Open Liam0205 opened 5 years ago

Liam0205 commented 5 years ago

https://liam.page/en/2019/01/11/virtual-member-function-declaration-and-definition-in-Cxx/

Polymorphism is one of the most important features of OOP. C++ implements polymorphism by the combination of virtual member functions and pointers (references). As a C++ user, of course you know how t