what are the uses of abstraction and polymorphism
Answers
Answered by
1
Answer:
Abstraction - allows a programmer to design software better by thinking in general terms rather than specific term while
Polymorphism - allows a programmer to defer choosing the code you want to execute at runtime.
Similar questions