Computer Science, asked by tscr07, 8 months ago

only access specifier used in the constructors is ?

Answers

Answered by itzshrutiBasrani
0

Explanation:

Methods, variables, and constructors that are declared private can only be accessed within the declared class itself. 

Answered by aadil1290
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