Calling a member function of an object requires which item?

a. The dot operator.
b. Open and close braces.
c. The class name.
d. None of the above.

a. The dot operator.

Computer Science & Information Technology

You might also like to view...

When might you not want to skip a tab stop?

A) Combo Box field B) Calculated field C) AutoNumber field D) Any time the field requires no data entry

Computer Science & Information Technology

If you are designing a class for an ADT, you can tell if the class is an ADT if

a. when you change the implementation of the class, none of the rest of the program needs to change. b. when you change the interface of the class, nothing else needs to change. c. you change the privte part and the rest of the program using the ADT does not compile. d. everything must be changed.

Computer Science & Information Technology