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...

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

1) To test for a range of values in a switch statement, use a hyphen (–) between the start and end values of the range in a case label. 2) Listing cases consecutively with no statements between them enables the cases to perform the same set of statements.

Computer Science & Information Technology

When a compilation error occurs you must manually open the Visual Basic Editor and fix the error

Indicate whether the statement is true or false

Computer Science & Information Technology

List the basic troubleshooting steps.

What will be an ideal response?

Computer Science & Information Technology

A laptop is going into standby mode unexpectedly. Which of the following hardware components is MOST likely causing the issue?

A. Hard drive B. IDE controller C. LCD cutoff switch D. Video card

Computer Science & Information Technology