Examveda
Examveda

Which of the following is true concerning the following statement: class Manager extends Employee

A. Manager is a concrete class and a superclass.

B. Manager is a concrete class and a subclass.

C. Manager is an abstract class and a superclass.

D. Manager is an abstract class and a subclass.

Answer: Option B


This Question Belongs to Database >> Object Oriented Database

Join The Discussion

Related Questions on Object Oriented Database

An extent is which of the following?

A. A keyword that indicates that the subclass inherits from a superclass

B. A keyword that indicates that the superclass inherits from a subclass

C. The set of all instances of a class within a database

D. Only one instance of a class within a database