438
Підписники
-224 години
-27 днів
-1330 днів
Архів дописів
the thid object reference can be used inside any non static and static methods to refer to the current object
constractor are mainly used for eliminate default values by user defined values
قمت بإعداد كورسOOP (Java 2)مكثف
و فيه تم شرح المنهج بطريقة سهلة الفهم كما تم فيه تغطية كافة افكار المنهج من شرح نظري و تطبيق عملي
الشرح سيكون عبارة عن مقاطع في قناة تليقرام مخصصة للمشتركين بالاضافة إلى تدريبات عملية كما تم إرفاق مراجع للمذاكرة منها
سعر الكورس 100 دينار
للتسجيل يرجى التواصل مع الحساب التالي:
t.me/Jamaleddin_Muntasser
و بالتوفيق للجميع
There are two types of constractor
1.default constractor
2. parameters constractor
constractor it can not be final, abstract, static, interface,
This is a methods
constractor are defined in a very similar way as other methods of a class
every class constraint is create for inintializing its own...
methods and parametrs are the primary mechanisms for passing information into and out of an object
class is kindof mold or tempate that dicatates what object can. and cannot do
an object is comprsed of data and operations that manipulate these data
