Hi Folks, Polymorphism can be acheived by two means: 1.Inheritance is-a relationship 2.Aggregation has-a relationship Inheritance is achieved by extending the existing class using the extends clause and Aggregation is by declaring a object of a class as a member in another class. I need some clarifications on when and where to use inheritance and aggregation. Please provide me with some ...