VaibhavMojidra / Java---Demo-Access-Modifiers

Public access modifier is the most permissive access modifier. Private access modifier is the most restrictive access modifier. A private class, method, or variable can only be accessed within the same class.Protected access modifier allows the class, method, or variable to be accessed within the same package and any subclasses outside the package.

Home Page:https://vaibhavmojidra.github.io/site/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Public access modifier is the most permissive access modifier. Private access modifier is the most restrictive access modifier. A private class, method, or variable can only be accessed within the same class.Protected access modifier allows the class, method, or variable to be accessed within the same package and any subclasses outside the package.

https://vaibhavmojidra.github.io/site/

License:MIT License


Languages

Language:Java 100.0%