When declare variables in a class , for example : Private int num OR int num; ( without access modifier).What differences ? .And when we public methods in a same class , how can those variables preferred ?
What " constructors " usually do after declare variables .?
How to use get()/set() methods ?
Comments
Leave a comment