Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 279 Bytes

15.1.md

File metadata and controls

1 lines (1 loc) · 279 Bytes

A virtual member is a function that the base class expects its derived classes to override. When we call a virtual function through a pointer or reference to base class, the call will be dynamically bound to the virtual function of the dynamic type of the pointer or reference.