Examlex

Solved

When More Than One Class Is Derived from a Base

question 10

Multiple Choice

When more than one class is derived from a base class, the situation is called:


Definitions:

Runnable Interface

In Java, the Runnable interface is meant to be implemented by any class whose instances are intended to be executed by a thread, defining a single method run().

Related Questions