I have the exercise practically solved, only one "counter" is missing.
"In order to determine the monthly amount to be received by each employee, the customers they collect should be counted. Each client must have an attribute with the identification of the employee who collected it." >
One of the attributes of each Client is the name of the employee who "got it". How can I make an increase in the number of clients of the Employee by increasing the number of clients that I have raised? By browsing an array with Clients, Employees and even some other types of objects (all of the same super class)
I hope you can see the doubt, I'm having a hard time explaining what I want.