Question d’entretien chez GE

why are virtual functions, inline functions and macros used??

Réponse à la question d'entretien

Utilisateur anonyme

4 juin 2012

Virtual -> to use inheritance features Macros -> Faster Code execution Inline -> faster executions of functions with inline expansion

4