Can you have more than one parent class for inheritance?

A. No.
B. Yes, use semi-colons to separate each parent class.
C. Yes, declare each parent class on a separate line.
D. Yes, use commas between each parent class.


D. Yes, use commas between each parent class.

Computer Science & Information Technology

You might also like to view...

Which of the following will display:

0 2 4 6 8 10 a. ``` ``` b. ``` ``` c, ``` ``` d. either (a) or (b)

Computer Science & Information Technology

In a table, press ________ to move right to left from cell to cell

A) Ctrl + End B) Alt + End C) Tab + PgDn D) Shift + Tab

Computer Science & Information Technology

When a user passes the mouse pointer over an image, the alternate text is displayed in some browsers as a(n) ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is the purpose of a Dim statement?

A. to define procedures B. to declare variables C. to debug code D. to locate VBA errors

Computer Science & Information Technology