ar
Feedback
قناة منهج كلية تقنية المعلومات |2005|

قناة منهج كلية تقنية المعلومات |2005|

الذهاب إلى القناة على Telegram

رابط قناة المناقشة الخاص بنا، تفضل و اسأل اي سؤال و الكل حيجاوبك و المحترم يحترم. https://t.me/+n9odr2ZtI1Y1OGFk

إظهار المزيد
337
المشتركون
+524 ساعات
+67 أيام
+930 أيام
أرشيف المشاركات
كيف كان امتحان جافا اليوم ؟ ناجحين أن شاء الله
Anonymous voting

شن كان مستوى امتحان OOP برأيكم؟
Anonymous voting

https://t.me/OOP_JAVA_FREE قناة لشاب ليبي يشرح فيها الoop و حاط اسئلة

شيت_استاذ_فرج_نجم_جزئية_الجزئي_فقط.pdf3.98 MB

The global (declared outside of any method) variables of a class are its fields, properties, or attributes. All of these are synonyms. They make up the state of the class "......." or objects ".........".
Anonymous voting

Methods is a kind of mold or template that dictates what objects can and cannot do.
Anonymous voting

A class encapsulates the static attributes (data) and dynamic behaviors( operations that operate on the data) in a box.
Anonymous voting

مهمات جدا حفظ التسميات الاخرى.... 1)-Attributes :- Variables Data Property State Instance Variable Data member 2)-Methods:- Functions Actions Operation Behavior Instance method Function member يقدر يجي أي أسم من هذين في أي سؤال بدل من Attribute أو Method. و هن نفس المعنى. #Oop #سيم_الثاني

......... is another meaning of the Method.
Anonymous voting

In the UML, each class is modeled in a class diagram as a rectangle with .......... compartments
Anonymous voting

UML is also The diagram
Anonymous voting

All the instances of a class have similar properties.
Anonymous voting

In Java, a class is a definition of objects of different kind.
Anonymous voting

The two most important concepts in OOP are ......
Anonymous voting

If you need access to these private variables, you have to use public "getter" and" setter" methods.
Anonymous voting

So we keep variables and methods in one place. That place is ".........."
Anonymous voting

The field of a class can be made read-only or write-only in Encapsulation.
Anonymous voting

A class can't have total control over what is stored in its fields.
Anonymous voting

To achieve encapsulation in Java, we provide private setter and getter methods to modify and view the variables values.
Anonymous voting

To achieve encapsulation in Java, we declare the variable of a class as private.
Anonymous voting