تجمع شيتات واسئلة oop
813 subscribers
345 photos
12 videos
166 files
37 links
شوفو التثبيتات واتركو لنا دعوة جزاكم الله خيرا. 🤍
Download Telegram
السلام عليكم ورحمة الله وبركاته
من وين هتقرو النظري؟؟؟
💔5
class... is definition of objects of the same kind
Anonymous Quiz
68%
32%
instance is a realization of particular item of a methoda
Anonymous Quiz
57%
43%
an object is comprsed of data and operations that manipulate these data
Anonymous Quiz
80%
20%
method = behaviors
Anonymous Quiz
70%
30%
class is kindof mold or tempate that dicatates what object can. and cannot do
Anonymous Quiz
80%
20%
filds, properaties, attributes

مرادفات
methods and parametrs are the primary mechanisms for passing information into and out of an object
Anonymous Quiz
88%
12%
every class constraint is create for inintializing its own...
Anonymous Quiz
80%
data members
20%
data method
constractor are defined in a very similar way as other methods of a class
Anonymous Quiz
62%
38%
constractor it can not be final,
Anonymous Quiz
81%
19%
constractor it can not be final, abstract, static, interface,

This is a methods
5
There are two types of constractor

1.default constractor
2. parameters constractor
6
default constractor having zero arguments
Anonymous Quiz
81%
19%
Forwarded from OOP with Zero To Hero
قمت بإعداد كورسOOP (Java 2)مكثف
و فيه تم شرح المنهج بطريقة سهلة الفهم كما تم فيه تغطية كافة افكار المنهج من شرح نظري و تطبيق عملي
الشرح سيكون عبارة عن مقاطع في قناة تليقرام مخصصة للمشتركين بالاضافة إلى تدريبات عملية كما تم إرفاق مراجع للمذاكرة منها
سعر الكورس 100 دينار
للتسجيل يرجى التواصل مع الحساب التالي:
t.me/Jamaleddin_Muntasser
و بالتوفيق للجميع
constractor are mainly used for eliminate default values by user defined values
Anonymous Quiz
78%
22%
the thid object reference can be used inside any non static and static methods to refer to the current object
Anonymous Quiz
45%
55%