2. ______ is an instance of ______.

A. class; an object
B. An object; a class


B. An object; a class

Computer Science & Information Technology

You might also like to view...

A temporary storage area that holds text or an object that has been cut or copied

A) Live Preview B) Dialog box C) Clipboard

Computer Science & Information Technology

Which of the following Microsoft Office applications is a relational database software application that is used to record and link data, query databases, and create forms and reports?

A) Word B) Excel C) Access D) PowerPoint

Computer Science & Information Technology

____ is equivalent to (*pointer).member.

A. *pointer.member B. pointer>member C. pointer->member D. pointer@member

Computer Science & Information Technology

Which of the following is the general syntax of the function prototype to overload the pre-increment operator ++ as a member function?

A. className operator++(); B. className operator++(int); C. friend className operator++(); D. friend className operator++(int);

Computer Science & Information Technology