ترجمة الاساتذة متحطوش املكم فيها واجد صح يساعدو ويسهلو لاكن مش لدرجة تقرا بلعربي!! ومتبحتش الانجليزي بكل مش غباء هوا مرات الاساتذة ميمروش على كل القاعات بحكم ان المجموعات موزعات عشوائي مش كل مجموعة بروحها.... فلاستاذ يسهل بس ويوضح حاجة مش مفهومة مش لدرجة يترجم قوقل بشوية نين انت تحل....
هيمر مرور الكرام وبارك الله فيه بزيادة لو مر اصلا
هيمر مرور الكرام وبارك الله فيه بزيادة لو مر اصلا
❤5👍1
class Shape {
Shape(int size) {
System.out.println("Shape constructor called with size = " + size);
}
}
class Circle extends Shape {
Circle(int radius) {
System.out.println("Circle constructor called with radius = " + radius);
}
}
public class Main {
public static void main(String[] args) {
Circle circle = new Circle(5);
}
}ايرور، كمبايلر مفش super
👍1
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() {
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();
}
}
تجمع شيتات واسئلة oop
نظري اسئلة امتحانات
حسيت في حاجات مش شورنا صح؟