+ 2
Name access modifiers in terms of strictness.
whether its private default protected public or default private protected public
2 odpowiedzi
+ 6
It is private modifier. Private members cannot be accessed outside the class they are declared
0
what about default?