Private method

BlitzMax Forums/BlitzMax Programming/Private method

Armoured(Posted 2010) [#1]
Hi,
is possible to define a private method inside a type?


ziggy(Posted 2010) [#2]
No. BlitzMax does not support encapsulation at class level.


H&K(Posted 2010) [#3]
only in the naming convention sorta way

ie
_x Private
x Public

However there IS a private for across source files, which may or not work

http://www.blitzbasic.com/bmdocs/command.php?name=Private&ref=2d_a-z

Last edited 2010