only access specifier used in the constructors is ?
Answers
Answered by
0
Explanation:
Methods, variables, and constructors that are declared private can only be accessed within the declared class itself.
Answered by
0
Answer:
Methods, variables, and constructors that are declared private can only be accessed within the declared class itself. Private access modifier is the most restrictive access level. Class and interfaces cannot be private..
Similar questions