Single level inheritance supports _____________ inheritance.

Single level inheritance supports _____________ inheritance. Correct Answer Runtime

The runtime inheritance is done when object of a class is created to call a method. At runtime the function is searched if it is in class of object. If not, it will search in its parent classes and hierarchy for that method.

Related Questions

Conceptual level, internal level and External level are three components of the three-level RDBMS architecture. which of the following is not of the conceptual level? 
Single level inheritance is safer than _____________