Access Modifiers Practice
Taak
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
.
Oplossing
solution
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 3. Hoofdstuk 3