ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
How will a class protect the code inside it?
Correct Answer: A — Using Access specifiers
Each method or variable in a class may be marked 'public' or 'private'. They are called Access Specifiers.