hogeschool / INFDEV02-3

Statically typed, polymorphic object oriented programming course at Hogeschool Rotterdam
MIT License
11 stars 14 forks source link

Missing 'this.' in slides 83-87 (intro slides) #5

Closed daanboer95 closed 8 years ago

barld commented 8 years ago

@daanboer95 if it is clear for the compiler which variable you mean is it not required to use "this". the code will perfectly run.

YouriTjang commented 8 years ago

@barld that is correct.