تخطي للذهاب إلى المحتوى
Object Oriented Programming

Object Oriented Programming

دورات البرمجة المتوسطة

تقدم هذه الدورة استكشافًا عميقًا لمبادئ وممارسات البرمجة الكائنية (OOP) باستخدام C++ ولغات كائنية أخرى. تم تصميمها للطلاب الذين لديهم معرفة أساسية بالبرمجة ويرغبون في تعميق فهمهم لمفاهيم OOP وتطبيقها على مشاكل العالم الحقيقي.

دورة خاصة للاعضاء فقط
رجاءً تسجيل الدخول للتواصل مع الشخص المسؤول.
المسؤول Basma Mohamed Shaaban Elsayed
آخر تحديث 30 يناير, 2025
وقت الإكمال ساعتان 41 دقيقة
الأعضاء 19
ExpoTec Level 2 Programming
  • Chapter 1: Class & Object
    • 1.0 Overview: Learning Objectives
    • 1.2 Lesson 1: Introduction
    • 1.3 Lesson 1: Class and Object
    • 1.4 Lesson 2: Constructor and destructor
    • 1.5 Lesson 3: Method and Constructor Overloading
    • 1.6 Lesson 4: Default Copy Constructor and passing Object
    • 1.7 Lesson 5: Static Class Members
    • 1.8 Lesson 6: Operators Overloading
  • Chapter 2: Inheritance, Polymorphism and Abstraction
    • 2.0 Overview: Learning Objectives
    • 2.2 Lesson 1: Inheritance in C++
    • 2.3 Lesson 2: Calling Base Class Constructors
    • 2.4 Lesson 3: Inheritance - Function Overriding
    • 2.5 Lesson 4: Multiple Inheritance