You are given a class named Counter. Write two instance methods:
incthat increases the value of the fieldcurrentby one;getCurrentthat returns the current value;
Do not make the field and methods private.
You are given a class named Counter. Write two instance methods:
inc that increases the value of the field current by one;getCurrent that returns the current value;Do not make the field and methods private.
Create a free account to access the full topic