Jump to content

Static/protected function question

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
SinXJon

SinXJon

    Newbie

  • Members
  • Pip
  • 4 posts
Hi again !

Could anyone tell me, what are the purpose of these type of functions. I've made some research in my OO book, but can't seem to find anything..

Public:
Protected:
Static:

thank you in advance.. It's really appreciated xD

#2
jireh

jireh

    Newbie

  • Members
  • PipPip
  • 18 posts
public - means you can call the var/proc from the other form
protected-means you cannot change the value so you have to ovveride it.