Computer Science, asked by somac2112, 7 months ago

what are the uses of abstraction and polymorphism​

Answers

Answered by harshalmadne6910
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