Multiple inheritance means that a derived class inherits the members of several:
a. Derived classes.
b. public classes.
c. Direct base classes.
d. Indirect base classes, but exactly one direct base class.
c. Direct base classes.
Computer Science & Information Technology
You might also like to view...
A can be used in a repetition structure to control the number of times a set of statements will execute.
a) declaration b) counter c) controller d) None of the above.
Computer Science & Information Technology
To store the address of an array in a pointer, we assign the name of the array indexed by 0 to the pointer.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology