Question d’entretien chez Siemens

Explain object oriented programming

Réponse à la question d'entretien

Utilisateur anonyme

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