Object-Oriented Programming

Object-Oriented Programming

The major motivating factor in the invention of object-oriented approach id to remove some of the flaws encountered in the procedural approach, OOP treats data ad a critical element in the program development and does not allow it to flow freely arround the system. It ties data more closely to the functions that operate on the 

Comments

Post a Comment

Popular posts from this blog

Reusability In OOP

Encapsulation and Data Abstraction In OOP

Polymorphism ,operator overloading,function overloading,dynamic binding