Sollicitatievraag bij Wells Fargo

What is a virtual function?

Antwoord op sollicitatievraag

Anoniem

30 jan 2017

Virtual function or method is one that can be overridden through inheritance in a C++ Program. Important aspect of Polymorphism. Implementation of dynamic redirection within a program depending upon the data supplied to it.