Answer the following statements true (T) or false (F)

1. The base class access specification can be viewed as a filter that base class members must pass through when becoming inherited members of a derived class.
2. When arguments must be passed to the base class constructor, they are passed from the derived class constructor's header line.
3. A base class cannot contain a pointer to one of its derived classes.
4. To declare a C-string, you should use the type expression string *.

1. TRUE
2. TRUE
3. TRUE
4. FALSE

Computer Science & Information Technology

You might also like to view...

The sequence which operations are calculated is determined by the order of operations

Indicate whether the statement is true or false

Computer Science & Information Technology

________ increases the prefetch buffer size to 8 bits.

A. CDRAM B. RDRAM C. DDR3 D. all of the above

Computer Science & Information Technology