When a derived class inherits from a base class, how is the base class constructor called?

What will be an ideal response?

The base class constructor is called in the base initializer list. Note
that the base class default constructor is called automatically called if no constructor
is called explicitly.

Computer Science & Information Technology

You might also like to view...

What is the term for the section of the create new variable dialog box used to add items to a list?

a. Collection Editor b. Details Panel c. List Editor d. Object Editor e. None of these

Computer Science & Information Technology

Values passed into functions or procedures are called ______.

A. variables B. arguments C. statements D. data types

Computer Science & Information Technology