OOP- Object Oriented Programming
The central concept of Object-oriented programming is an object, which is a kind of module containing data and sub-routine. An object is a kind of self-sufficient entity that has an internal state and that can respond to message.
Object-oriented programming treats data as a critical element in the program development and doesn’t allow it to flow freely around the system. It ties data more closely to the function that operate on it.
No comments: