Which of the following is not the access modifiers? public,global,protected,hidden,static,private | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which of the following is not the access modifiers? public,global,protected,hidden,static,private

access modifiers

2nd Jan 2018, 11:30 AM
ASHOK KUMAR K
ASHOK KUMAR K - avatar
8 Answers
+ 8
static is not , for the others, each programming language have its own access modifiers
2nd Jan 2018, 11:45 AM
Maher Zaidoune
Maher Zaidoune - avatar
+ 8
It would be helpful if you specify the target language as well. 😉
2nd Jan 2018, 11:47 AM
Zephyr Koo
Zephyr Koo - avatar
+ 2
in java
2nd Jan 2018, 12:32 PM
ASHOK KUMAR K
ASHOK KUMAR K - avatar
+ 1
In c++ Access specifiers are public,protected ,private
2nd Jan 2018, 11:38 AM
Mukul
Mukul - avatar
+ 1
in java,access specifier are public,private and protected while global is a variable which we used in all function if we declare and we put static if we nt add object creation statement....and I think hidden is nt used in java... hope this help
17th Feb 2018, 3:03 PM
Harsh Agrawal
Harsh Agrawal - avatar
0
If you're referring to Java, all the above are access modifiers, except global, hidden and static.
6th Jan 2018, 12:33 PM
Damisa Precious
Damisa Precious - avatar
0
Hidden
30th Jul 2020, 5:12 PM
Abdul - Razaq
- 1
Ssdkdmd
8th Sep 2020, 2:35 AM
Евгений
Евгений - avatar