If the first line of a class declaration is class CGames, what is the first line of the class declaration for a class called Monopoly that inherits from CGames?

A. public Monopoly: class Monopoly
B. class Monoply: public CGames
C. class Monopoly: public CGames
D. public CGames: class Monopoly

C. class Monopoly: public CGames

Computer Science & Information Technology

You might also like to view...

If I modify a DB Instance or the DB parameter group associated with the instance, should I reboot the instance for the changes to take effect?

A. No B. Yes

Computer Science & Information Technology

An e-mail message is a computer that essentially acts as a central post office serving a group of people.

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

Computer Science & Information Technology