PrepAway - Latest Free Exam Questions & Answers

Which term is used to describe this object-oriented concept?

The Dog class and the Cat class inherit from the Animal class. The Animal class includes a
breathe() method and a speak() method. If the speak() method is called from an object of
type Dog, the result is a bark. If the speak() method is called from an object of type Cat, the
result is a meow.
Which term is used to describe this object-oriented concept?

PrepAway - Latest Free Exam Questions & Answers

A.
multiple inheritance

B.
polymorphism

C.
data hiding

D.
encapsulation

One Comment on “Which term is used to describe this object-oriented concept?


Leave a Reply