Pregunta de entrevista de Siemens

Explain object oriented programming

Respuesta de la entrevista

Anónimo

4 de may de 2020

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).