Vocab Bloom Hub

object-oriented programing

/ˈɒbdʒɪkt ˈɔːriəntɪd ˈprəʊɡræmɪŋ/

Übersetzung: Programmierparadigma, das auf dem Konzept von „Objekten“ basiert, die Daten in Form von Feldern (Attributen) und Code in Form von Prozeduren (Methoden) enthalten. Es betont Modularität, Wiederverwendung und Kapselung.

1 Eintrag

phrase

C1formalcommonIT/ˈɒbdʒɪkt ˈɔːriəntɪd ˈprəʊɡræmɪŋ/

A programming paradigm based on the concept of 'objects', which contain data in the form of fields (attributes) and code in the form of procedures (methods). It emphasizes modularity, reusability, and encapsulation.

  • 🇩🇪Programmierparadigma, das auf dem Konzept von „Objekten“ basiert, die Daten in Form von Feldern (Attributen) und Code in Form von Prozeduren (Methoden) enthalten. Es betont Modularität, Wiederverwendung und Kapselung.
  1. Programming paradigm C1 formal

    A programming paradigm based on the concept of 'objects', which contain data and code to manipulate that data.

    • Java and C++ are popular languages for object-oriented programming.
    • Object-oriented programming helps in organizing complex software projects.
    • The course covers the principles of object-oriented programming.

    🇩🇪Programmierparadigma