Classes and Objects

  • [deleted]
    + 0 comments

    It is generally bad practice to name a function something like Input() because the name of pretty much anything except a class/struct should start with a lowercase latter. Thus the functions we had to write should be input() and calculateTotalScore().