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

1. Multiple public: and private: sections are prohibited in a class.
2. A sure test of whether you have succeeded in producing an Abstract Data Type
(whether you have truly separated the interface from the implementation) is whether you can use the ADT then change either the implementation or the client code without being required to change the other.
3.The scope resolution operator can be used with an object to qualify a member
function.
4. The dot operator is used between an object and a data member or between a calling object and a call to a member function from the class of the object.

1. False
2. True
3. False
4. True

Computer Science & Information Technology

You might also like to view...

This type of combo box combines a button with a list and allows the user to select items from its list only.

A) Editable B) Static C) Bound D) Uneditable

Computer Science & Information Technology

The number of characters that can be recorded per inch on a magnetic tape is determined by the ____ of the tape.

A. width B. length C. density D. parity

Computer Science & Information Technology