438
Підписники
-224 години
-27 днів
-1330 днів
Архів дописів
non access modifier
1.static
2.final
3.abstract
4.synchronized and volatile modifiers
parameters are local varibles which declared in the parameters list of a methods header and which have initial values specified by the arguments in a method call.
parameters are local varibles which are values specified by the arguments in a method call.
the protected access modifier can be applied to class and interface method
access modifier (visibility modifiers)
availability modifiers specifies how data fields and methods in class can be accessed from outside the class
access modifier method located in interface class....( public )
مش. private package
to use a modifiers you include its keywords in the definition of a class method or variable
the main purpose of using this keywords is to differente the formal parameters and data members of clas
