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

A. class Woodpecker : public CBird
B. public CBird : class Woodpecker
C. public CBird : class Woodpecker
D. class Woodpecker:: public CBird


A. class Woodpecker : public CBird

Computer Science & Information Technology

You might also like to view...

In what type(s) of situation(s) would it be best to make a new derived class from a base class?

A. When your old class is a general form of what your new class should be B. When you need to create a specialized class from an existing class C. To add functionality to an existing class D. All of the above.

Computer Science & Information Technology

The Center button moves paragraphs left or right so that the first and last words in each line are equal distances from the left and right box borders.

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

Computer Science & Information Technology

What is a class?

A. an instance of an object. B. A job description for an object. C. A list of tasks which automatically creates the object. D. B and C.

Computer Science & Information Technology

Capturing packets is also referred to as ____.

A. packet stiffing B. packet sniffing C. packet hiding D. packet blocking

Computer Science & Information Technology