Java for beginners - Chapter 17 : Access modifiers (Default, private, public, protected)

preview_player
Показать описание
Access modifiers :

Access Modifiers are used to set access levels for classes, variables, methods etc..
There are four access modifiers :
Default - Visible to the package.
Private – Visible to the class only.
Public – Visible to the external world.
Protected – Visible to the package and all Subclasses.

ankpro
ankpro training
C#
C sharp
Bangalore
Rajajinagar
Selenium
Coded UI
Mobile automation testing
Mobile testing
JQuery
JavaScript
.Net
C
C++
Components of the .Net framework
Hello World
Literal
Keywords
Variable
Data types
Operators
Branching
Loops
Arrays
Strings
Structures
Enums
Functions
Рекомендации по теме