Consider I have a class Tournament with methods register() and isAlreadyRegistered(). Below is the sample code.
Tournament
register()
isAlreadyRegistered()
public