What is the default access modifier for a property in VB6? -


this sounds should easy google, isn't, @ least not source isn't contradicting , unreliable.

what default access modifier property in vb6? private, friend, or public? depend on whether it's in module, class, form, or user control? , different non-properties?

vb6 class properties public default. see https://msdn.microsoft.com/en-us/library/aa266191(v=vs.60).aspx property statement explanation.


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -