B
Base class
See [Inheritance]
Base Class Initializer

A base class initializer specifies which base class constructor we want to use to initialize the base class part of a derived class object. It is one of the two types of expression allowed in a member initialization list.

See also [Inheritance]
Base Class Part

The base class part of a derived class object is an unnamed component of the derived class object whose member variables and functions are accessible as though they were defined in the derived class, so long as they are either public or protected.

Batch File

A batch file is a text file that directs the execution of a number of programs, one after the other, without manual intervention. A similar facility is available in most ...

Get Learning to Program in C++ now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.