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

1) The compiler will create a default constructor for a class even if you
already declared a constructor(s).
2) Every class must have at east one constructor.
3) A class cannot have references to objects of other classes as members.
4) Composition is a form of software reuse.
5) User-defined classes may be composed of other user-defined classes.

1) F
2) T
3) F
4) T
5) T

Computer Science & Information Technology

You might also like to view...

What is Loop?

What will be an ideal response?

Computer Science & Information Technology

Which of the following symbols is allowed in a file name?

A. / B. > C. _ D. |

Computer Science & Information Technology