ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What are access modifiers for a class?

This is a common question for all programmers. This is the key startup for the code.

user-image
تم إضافة السؤال من قبل Ubaid sayeed Mohd abdul sayeed , Senior Programmer , Moksha solutions
تاريخ النشر: 2016/09/23
hassan  assi
من قبل hassan assi , Android/React Native Developer , Apps2you

used for controlling the access of a class, methods ,varaibles or constructor .

It could be private which means only visible to the class

or public which can be accessed everywhere 

or protected which can be accessed  by any subclass in any package or in any class within the package of the protected class

المزيد من الأسئلة المماثلة