Which of the following means implementing minimal functionality in OOPs?
Answers
Answered by
12
Answer:
INHERITANCE
Explanation:
since, remaining 3 doesn't satisfy the condition of minimizing functions i hope it's correct
Answered by
0
Answer:
The right answer is polymorphism.
Explanation:
The meaning of polymorphism means poly means multiple and various and transforms means many structures are created.
Polymorphism is the process of message that will be displayed beyond more than one or more formation. It is used in Object oriented programming which will perform other operations related to object’s class.
Here the message that exists will be sent to multiple object classes, and responses of the object to its property of any class. It helps in differentiating a single interface as well as executions of various kinds.
#SPJ3
Similar questions