Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

choose the correct term to complete the sentence. is an example of poly…

Question

choose the correct term to complete the sentence. is an example of polymorphism. operation overloading a new class uses the properties and methods of an existing class hiding class variables from other programs that use the class

Explanation:

Brief Explanations

Polymorphism in programming allows different objects to respond to the same method or operation in different ways. Operation overloading is a form of polymorphism where an operator or function name can have multiple implementations depending on the types of its operands. The second option is inheritance, and the third is data - hiding.

Answer:

Operation overloading