News

One of the easiest ways to understand what is meant by ‘object oriented’, is to define what it is not. Before Object Oriented Programming (OOP) programs were written an imperative way ...
Object-oriented programming (OOP) is sometimes portrayed as difficult and intimidating. The truth is that object-oriented programming uses a very familiar model to help make programs easier to manage.
There are three major features in object-oriented programming that makes them different than non-OOP languages: encapsulation, inheritance and polymorphism. Encapsulation Enforces Modularity.