Vocab Bloom Hub

object-oriented programing

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

الترجمة: نمط برمجي يقوم على مفهوم الكائنات، وهي وحدات تحتوي على بيانات تُخزَّن في حقول أو خصائص وإجراءات تُنفَّذ في دوال أو طرق. ويؤكد هذا النمط على التغليف وإعادة الاستخدام والبنية المعيارية للبرامج.

مدخل واحد

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.

  • 🌐نمط برمجي يقوم على مفهوم الكائنات، وهي وحدات تحتوي على بيانات تُخزَّن في حقول أو خصائص وإجراءات تُنفَّذ في دوال أو طرق. ويؤكد هذا النمط على التغليف وإعادة الاستخدام والبنية المعيارية للبرامج.
  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.

    🌐نمط البرمجة