Explore Westonci.ca, the premier Q&A site that helps you find precise answers to your questions, no matter the topic. Get quick and reliable answers to your questions from a dedicated community of professionals on our platform. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

What is object oriented programming

Sagot :

Answer:

Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields, and code, in the form of procedures. A feature of objects is that an object's own procedures can access and often modify the data fields of itself.