Examveda
Examveda

An abstract class is which of the following?

A. A class that has direct instances, but whose descendants may have direct instances.

B. A class that has no direct instances, but whose descendants may have direct instances.

C. A class that has direct instances, but whose descendants may not have direct instances.

D. A class that has no direct instances, but whose descendants may not have direct instances

Answer: Option B


This Question Belongs to Database >> Object Oriented Data Modeling

Join The Discussion

Related Questions on Object Oriented Data Modeling

The object-oriented development life cycle is which of the following?

A. Analysis, design, and implementation steps in the given order and using multiple iterations.

B. Analysis, design, and implementation steps in the given order and going through the steps no more than one time.

C. Analysis, design, and implementation steps in any order and using multiple iterations.

D. Analysis, design, and implementation steps in any order and going through the steps no more than one time.