Cpa Exam Syllabus
Cpa Exam Syllabus
Programmer
www.cppinstitute.org
www.pearsonvue.com/cpp/
Absolute basics
Functions
functions,
declaring and invoking functions,
side effects,
different methods of passing parameters and their purpose,
default parameters,
inline functions,
overloaded functions.
www.cppinstitute.org
www.pearsonvue.com/cpp/
class,
objects,
class components,
constructors,
referring to objects,
static members,
classes and their friends,
defining and overloading operators.
More on classes
what is an exception,
catching and throwing exceptions,
different classes and hierarchy of exceptions,
defining your own exceptions.