The three basic principles of Object-Oriented Design.

Polymorphism is one of the three basic principles of Object-Oriented Design. Cite the other two principles in OOD and provide a real-world program design scenario where polymorphism would be beneficial?

Sample Solution