Rule of three If a class requires a user-defined
The storage class specifiers are a part of the decl-specifier-seq of a
Declares a named variable as a reference, that is, an alias to an already-existing object or function. Syntax A
A default constructor is a constructor which can be called with no arguments (either defined with an empty parameter list, or with default arguments provided for every parameter)
Associates one or more exception handlers (catch-clauses) with a compound statement. Syntax
Converts between types using a combination of explicit and implicit conversions. Syntax
Implementation defined behavior is controlled by #pragma directive. Syntax
Allows integer, floating-point, character, and string literals to produce objects of user-defined type by defining a user-defined suffix.
A declaration of a class/struct or
Exception handling provides a way of transferring control and information from some point in the execution of a program to a handler associated with a point previously passed
Page 7 of 17