Thursday, August 31, 2017

virtual function

virtual member function

Virtual functions are member functions whose behavior can be overridden in derived classes. 

http://www.geeksforgeeks.org/virtual-function-cpp

http://en.cppreference.com/w/cpp/language/virtual

No comments:

Post a Comment