Base class constructors and assignment operators:
a. Are not inherited by derived classes.
b. Should not be called by derived class constructors and assignment operators.
c. Can be inherited by derived classes, but generally are not.
d. Can call derived-class constructors and assignment operators.
a. Are not inherited by derived classes.
You might also like to view...
A picture that represents a program or application in the Windows 10 Start menu is called a ________
A) ribbon B) snip C) Tile D) charm
Which of the following is an example of a logical error?
a) an algorithm that calculates the monthly payment of a loan displays incorrect results b) an array subscript in a program goes out of range c) a program expects a nonnegative number but reads –23 d) the beginning of a while loop is written as “whille” instead of “while”