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

1. A class member function may be private.
2. Class data members are almost always public.
3. It is possible to have multiple private labels in a class definition.
4. The assignment operator may not be used with objects of a class.
5. All constructors for a class must be private.
6. A derived class is more specific than its parent, or base class.


1. TRUE
2. FALSE
3. TRUE
4. FALSE
5. FALSE
6. TRUE

Computer Science & Information Technology

You might also like to view...

What two hierarchies exist within the SSE-CMM?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Discuss how normal forms support a database designer.

What will be an ideal response?

Computer Science & Information Technology

What is the result of the following code snippet?

``` var car = 4; var result = isNaN(car); document.write(result); ``` a. true b. NaN c. false d. 4

Computer Science & Information Technology

A person who tries to break into a computer is referred to as a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology