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

1. When arguments must be passed to the base class constructor, they are passed from the derived class constructor's header line.
2. A member function of a derived class may not have the same name as a member function of a base class.
3. Static binding occurs when the compiler binds a function call with the function call that resides in the same class as the call itself.
4. Pointers to a base class may be assigned the address of a derived class object.


1. T
2. F
3. T
4. T

Computer Science & Information Technology

You might also like to view...

There are two classes: class GeometricObject and class Cylinder. Which one is the base class and which one is the derived class?

A. class GeometricObject is the derived class from Cylinder. B. class GeometricObject is the child class. C. class Cylinder is the base class. D. class Cylinder is derived from GeometricObject.

Computer Science & Information Technology

When you reply to an e-mail, Outlook automatically enters the ________ to the appropriate boxes

A) themes B) files C) recipients D) signatures

Computer Science & Information Technology

When using strict XHTML, it is not necessary to place the image element within another element

Indicate whether the statement is true or false

Computer Science & Information Technology

The binary search is exponentially faster than the sequential search.

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

Computer Science & Information Technology