Examlex

Solved

Which One of the Following Statements Is True

question 10

Multiple Choice

Which one of the following statements is true?


Definitions:

Polymorphism

A programming concept allowing objects of different classes to be treated as objects of a common superclass, enabling methods to act differently based on the actual class of the object they are acting upon.

Retesting

The process of testing software again to confirm that fixes for defects are working and have not introduced new defects.

Parent Class

In object-oriented programming, a class from which another class (the child class) inherits properties and methods.

Derived Class

In object-oriented programming, a class that inherits properties and behaviors from one or more base classes.

Related Questions