In an object-oriented development framework for a university, how would the classes degree, mathematics, and physics be related? mathematics and physics would be ancestors to degree. degree would be a sister class to mathematics and physics. degree would be a subclass to mathematics and physics degree is a superclass to mathematics and physics.

Respuesta :

49) In an object-oriented development framework for a university, how would the classes Degree,Mathematics, and Physics be related? A. Degree would be a sister class to Mathematics and Physics. B. Degree is a superclass to Mathematics and Physics. C. Mathematics and Physics would beancestors to Degree.

Answer:

A. Degree would be a sister class to Mathematics and Physics.

B. Degree is a superclass to Mathematics and Physics.

C. Mathematics and Physics would beancestors to Degree.

Explanation: