es
Feedback
تجمع شيتات واسئلة oop

تجمع شيتات واسئلة oop

Ir al canal en Telegram
438
Suscriptores
-224 horas
-27 días
-1330 días
Archivo de publicaciones
Composition is a feature of java, not a design technique but we can achieve it using Java code.
Anonymous voting

في interface، لما بنعرفوا متغير، ضروري نعطوه قيمة و إلا حيعتبر compile time error، و السبب علشان أنه static.
في interface، لما بنعرفوا متغير، ضروري نعطوه قيمة و إلا حيعتبر compile time error، و السبب علشان أنه static.

Encapsulation is also known as Data abstraction
Anonymous voting

مفش كونستراكتر عند الB صح؟؟ كيف استقبلا؟؟

تتبع ساريا
تتبع ساريا

انواع الabstract
انواع الabstract

حسيت في حاجات مش شورنا صح؟

class A {
    private int x = 0;

    A() {
        x++;
        System.out.println(x);
    }

    A(int x, int y) {
        System.out.println(x + y);
    }
}

class B extends A {
    private int x = 17;

    B() {
        super();
        System.out.println("(" + 2 + ", " + 2 + ")");
    }

    B(int x, int y) {
        super(x, y);
    }
}

public class programs5 {
    public static void main(String[] args) {
        B obj = new B();
    }
}

class Shape {
    Shape(int size) {
        System.out.println("Shape constructor called with size = " + size);
    }
}

// تعريف الفئة Circle التي تمتد من Shape
class Circle extends Shape {
    Circle(int radius) {
        super(10); // استدعاء كونستركتور Shape مع قيمة 10
        System.out.println("Circle constructor called with radius = " + radius);
    }
}

// الفئة الرئيسية لاختبار الكود
public class Main {
    public static void main(String[] args) {
        Circle circle = new Circle(5); // إنشاء كائن من نوع Circle
    }
}

صباح الخير

نلتقى غدا في interface و polymorphism upcasting Downcasting

امتحانات 2017_2018_2019 محلولة فيهن نظري مهم ديرو عليهن طلة

ترجمة الاساتذة متحطش املكم فيها واجد صح يساعدو ويسهلو لاكن مش لدرجة تقرا بلعربي ومتبحتش الانجليزي بكل مش غباء هوا مرات الاساتذة ميمروش على كل القاعات بحكم ان المجموعات موزعات عشوائي مش كل مجموعة بروحها.... فلاستاذ يسهل بس ويوضح حاجة مش مفهومة مش لدرجة يترجم قوقل بشوية نين انت تحل.... هيمر مرور الكرام وبارك الله فيه بزيادة لو مر اصلا