Virtual functions
Home
>
Computer Science
>
Programming Languages
>
OOPS Concepts
>
Virtual functions
A type of function that can be overridden by a child class to provide a different implementation.