Access Modifiers Practice
Opgave
Swipe to start coding
Your goal is to ensure proper access control for class members.
- Assign appropriate access modifiers to the specified members of a
class
. - Ensure that the class members are correctly categorized as either
public
,private
, orprotected
.
Løsning
solution
Var alt klart?
Tak for dine kommentarer!
Sektion 3. Kapitel 3