Explain object oriented programming
Anonym
Obeject-oriented programming is based on the concept of objects. Which can contain data in the form of fields and code in the form of procedures. Oops languages are diverse but the most popular one are class-based, meaning that object are instances of classes,which also determine their types. Many of the most widely used programming languages(C++, Python, Java, Javascript, PHP, Pascal).