GE Interview Question

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

Interview Answer

Anonymous

Jun 4, 2012

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

4