Overview Polymorphism is a programming concept that allows you to declare a class interface as a template for other objects to use - but wi... Read more »
Quick and Easy OOP - Part V - Polymorphism

As an experienced leader with a software engineering background - I work with numerous technologies. My goal is to make it easier for those who are starting out, for those who are facing a challenge, or for whomever wants to save time and just get the job done. Follow me...
Overview Polymorphism is a programming concept that allows you to declare a class interface as a template for other objects to use - but wi... Read more »
Overview In programming the Inheritance is a way to re-use the code of an existing object, or to create a subtype of that object. It also ... Read more »
Overview Before we get into the topic of Encapsulation, let me first define Encapsulate, as defined in Dictionary.com: en-cap-su-late , ... Read more »
Overview OOP has many terms that relate to programming techniques. I am going to try and break this down into bite-size and tasty morsels ... Read more »
What is OOP? The term OOP refers to Object Oriented Programming . What is Object Oriented Programming? It is a way of writing code in s... Read more »