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...
The second column in a UNIX directory listing indicates the number of links, also known as the number of aliases, that refer to the same physical file.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Define a new version of the doOperation method that sets a timeout on waiting for the reply message. After a timeout, it retransmits the request message n times. If there is still no reply, it informs the caller.
What will be an ideal response?
Computer Science & Information Technology