AMA University Answers
Login
Register
AMA OED
Courses
CS
CS-6203
This is the most restrictive a...
This is the most restrictive and most commonly used access modifier. If you use the this modifier with an attribute or method, it can only be accessed within the same class.
Public
Protected
Private
Correct
No Modifier
Similar CS-6203 questions
The J2SE 1.4 was released on
The process by which one class acquires the properties (data members) and functionalities(methods) o...
This is the least restrictive access modifier. Methods and attributes that use the public modifier c...
The following are the advantages of Inheritance except.
The J2SE 1.2 was released on
The superclass constructor can be called explicitly using the ?