231k views
2 votes
Definition of object oriented programming

User Emuu
by
7.5k points

1 Answer

3 votes
Object oriented programming is programming that uses objects that contain data and code to create programs. The objects interact with one another and you get a program that does what you want it to do. Historically, the logic behind the program was more important than the data manipulated, so Object Oriented programming decided to change that.
User Codymanix
by
8.5k points

No related questions found