Default Constructors in C++Covers default constructors in C++, including examples and implications of specifying constructors in C++11.
Functions as ObjectsCovers the expansion of function values and calls, and the relationship between functions and methods.