جافا Java
اول درس نظره عامه عن ال oop #java_2 https://youtu.be/BKd4PsS27U8
YouTube
java 2 classes part 1
الجزء الأول من الفصل الاول تعريف الكلاس والاوبجكت
انضم الى قناتي على التلجرام للمزيد من الشروحات والكثير من الاسئله لإختبار نفسك في لغه الجافا
https://t.me/learn_java_e
للتواصل معي
https://altmemy.me
انضم الى قناتي على التلجرام للمزيد من الشروحات والكثير من الاسئله لإختبار نفسك في لغه الجافا
https://t.me/learn_java_e
للتواصل معي
https://altmemy.me
🤩5👍4
جافا Java
#java_2 https://youtu.be/MIgv5cOA5Ag ثاني درس من ال oop الكلاس والاوبجكت part 1
YouTube
java 2 Constructor
الجزء الثاني من الفصل الاول الكنستروكتور
انضم الى قناتي على التلجرام للمزيد من الشروحات والكثير من الاسئله لإختبار نفسك في لغه الجافا
https://t.me/learn_java_e
للتواصل معي
https://altmemy.me
انضم الى قناتي على التلجرام للمزيد من الشروحات والكثير من الاسئله لإختبار نفسك في لغه الجافا
https://t.me/learn_java_e
للتواصل معي
https://altmemy.me
❤1
What is true about private constructor?
#java_2
#java_2
Anonymous Quiz
21%
Private constructor allows creating objects in other classes
18%
Private constructor eases the instantiation of a class
21%
Private constructor ensures multiple instances of a class exist at any point of time
40%
Private constructor ensures only one instance of a class exist at any point of time
Which of these keywords is used to make a class?
#java_2
#java_2
Anonymous Quiz
78%
class
6%
struct
4%
int
12%
none of the mentioned
Which of the following is a valid declaration of an object of class Box?
#java_2
#java_2
Anonymous Quiz
10%
new Box obj;
17%
obj = new Box();
66%
Box obj = new Box();
6%
Box obj = new Box;
Which of these operators is used to allocate memory for an object?
#java_2
#java_2
Anonymous Quiz
7%
give
72%
new
16%
alloc
6%
malloc
Which of the following statements is correct?
#java_2
#java_2
Anonymous Quiz
36%
Public method can be accessed by calling object of the public class
21%
Public method can only be called by object of its class
8%
Public method is accessible only to subclasses of its parent class
35%
Public method is accessible to all other classes in the hierarchy
🎉1