E
Edward
I have trouble with some of the concepts of OOP, and am struggling
currently with Private Shared Functions.
I think I understand Private (not available outside the class).
I think I understand Shared (available without having to instantiate a
class).
So how could a Private Shared Function be called? Why give it this
particular scope?
Sorry if this is one of those Doh! questions.
Edward
currently with Private Shared Functions.
I think I understand Private (not available outside the class).
I think I understand Shared (available without having to instantiate a
class).
So how could a Private Shared Function be called? Why give it this
particular scope?
Sorry if this is one of those Doh! questions.
Edward