Access Modifiers in Java
ACCESS MODIFIERS……. Access modifier is a reserve key word or we can say visibility controls which is used to restrict access.We can use these access modifier to determine whether a fields or methods in a class ,can be called or used by another class or sub class or not.That means these access modifiers can prevent … Read more