Difference between Access Modifier and Access Specifiers in Java
Difference between Access Modifier and Access Specifiers in Java
Both access modifiers and access specifiers are interchangeably used in Java. “access specifiers” is more commonly used in C++, but in Java, “access modifier” is considered as official term that developers use for private, public and protected. It can be viewed as a synonym of access modifier. They represent the concept of access control . Therefore, there is no difference between an access…
View On WordPress

















