GE interview question

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

Interview Answer

Anonymous

4 Jun 2012

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

4