I am taking on an assignment where I would like to give the user the chance to decide whether they would like to choose beginner or advanced.
The way I was thinking of achieving this was by marking the method virtual and overriding another method for when an object of the advanced type is calling it.
Would this be an ideal way of doing this?
Thanks
James