3 Comments
User's avatar
Ishan Shah's avatar

Why create animations which makes it difficult to read!

masoud's avatar

This is not entirely correct. Mr. Grady Booch, in his book Object-Oriented Analysis and Design, introduces four main elements: Abstraction, Modularity, Encapsulation, and Hierarchy, where Inheritance is a part of Hierarchy. Polymorphism is a feature that results from Inheritance and Typing.

iamtodor's avatar

I wish your IDE shows the code in exactly the same manner as you show for <The Fundamental Pillars of Object-Oriented Programming>