bmx-ng / bmx-site

BlitzMax website source
3 stars 7 forks source link

Improve OOP tutorial with regards encapsulation #16

Open woollybah opened 5 years ago

woollybah commented 5 years ago

The OOP tutorial is wrong with regards its usage of Private/Protected members - in that they are all accessible locally.

We could also add a note about the use of Override for overriden methods.