Quiz Yourself on Classes
Attempt the following quiz to test your understanding of classes.
We'll cover the following...
1
(Select all that apply.) Identify the true statement(s).
A)
The private
keyword restricts access to the class where defined.
B)
The public
keyword allows access from classes outside the declaring class.
C)
Instance variables are designated as public
.
Question 1 of 140 attempted