+ 1
How many access specifiers are there in c++ and java ?
3 odpowiedzi
+ 2
in c++=3 and in java= 4
+ 6
there are three access specifiers in c++ 1. public, 2. privet and 3.protected
+ 2
And in Java there are 4 access specifiers 1.public , 2. privet , 3. protected and 4. default.