Question 17
Answer saved
Flag
question
What will happen if a class does not specify an access modifier?
a. The class will have package-private access.
b. The class will be protected by default.
c. The class will be private by default.
O d. The class will be public by default.
Clear my choice