If we use if-else with polymorphic behavior, then why do we use abstraction?

    Requires Free Membership to View

Abstraction allows the developer to separate objects so that they can work on different levels of detail more easily. For instance, if you are defining an object-oriented application to model a zoo, you can define a base class "animal", then derive "reptile", "mammal", "bird", and "fish" from it. The "animal" class implements the attributes and actions of all animals. Each of the derived classes refines those attributes and actions to a finer level of detail.

For More Information


This was first published in December 2002

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.