July 29, 2019
Object Oriented Programming Applications: Object-Oriented Programming is a programming language model which revolves around objects and not actions. Generally, it was view as a procedure which […]
Object-oriented programming also brings several other useful concepts to the table: inheritance, encapsulation, abstraction, and polymorphism (language designers have a philosophy: never use a short word where a long one will do). We will be covering all of these concepts in the upcoming tutorials over the next few chapters. It’s a lot of new material, but once you’ve been properly familiarized with OOP and it clicks, you may never want to go back to pure traditional programming again.