Which of the following means implementing minimal functionality in OOPs?
inheritance
abstraction
encapsulation
polymorphism
Answers
Answer:
INHERITANCE
Explanation:
since, remaining 3 doesn't satisfy the condition of minimizing functions i hope it's correct
"polymorphism "
Explanation:
When there are numerous capacities with a similar name however various boundaries then these capacities are supposed to be over-burden. Capacities can be over-burden by change in the quantity of contentions or/and an adjustment of the sort of contentions.
Polymorphism in Java is the capacity of an item to take many structures. To basically, polymorphism in java permits us to play out similar activity in a wide range of ways.
Polymorphism permits us to play out a solitary activity in various ways. As such, polymorphism permits you to characterize one interface and have various executions. "Poly" signifies numerous and "transforms" signifies structures, So it implies many structures.