Page 1 of 1

Two classes named Circle and Square inherit from the Shape class. Circle and Square both inherit Area from the Shape cla

Posted: Thu Oct 20, 2022 2:48 pm
by answerhappygod
Two classes named Circle and Square inherit from the Shape class. Circle and Square both inherit Area from the Shape class, but each computes Area differently.Which term is used to describe this object-oriented concept?

A. polymorphism
B. encapsulation
C. superclassing
D. overloading