+ 1
Which of the following is not the access modifiers? public,global,protected,hidden,static,private
access modifiers
8 Respostas
+ 8
static is not , for the others, each programming language have its own access modifiers
+ 8
It would be helpful if you specify the target language as well. 😉
+ 2
in java
+ 1
In c++
Access specifiers are public,protected ,private
+ 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
0
If you're referring to Java, all the above are access modifiers, except global, hidden and static.
0
Hidden
- 1
Ssdkdmd