Class interaction
- by user1264391
Ok so I'm doing a simulation about a "Mall" I have many classes in the same "level" which corresponds to each person's personality.
For example I have the class: clown, thief, assassin, materialist, etc. in the same level
And a father class called Clients. In the Client class I have some methods for eating,walking, etc. and each specific class has a specific method, the thief steals, assassin kills, etc.
I was wondering how could I put every "client" in a list and still cast every specific method?