Which of the following syntaxes is correct to declare a private instance variable 'age' in Java?
int age;
public int age;
Overlook minor misbehaviors
Impose harsh punishments for any infraction

Object-Oriented Programming Exercises are loading ...