Meaning Virtual member function
What does Virtual member function mean? Here you find 2 meanings of the word Virtual member function. You can also add a definition of Virtual member function yourself

1

0 Thumbs up   0 Thumbs down

Virtual member function


A member function of a class designed for use as a base class, used to define a common interface to all derived classes, while allowing the behaviors of derived classes to differ. The base class may d [..]
Source: mza.com

2

0 Thumbs up   0 Thumbs down

Virtual member function


a member function that a derived class can override; the primary mechanism for run-time polymorphism in C++. A virtual member function is sometimes called a method. See also: overriding, pure virtu [..]
Source: stroustrup.com




<< A text file used by the tempus visual editor to store the definition of a system class Virtual method >>