V
vipul DotNet
hi,
which all are the access specifiers in vb.net
thank you
vipul
which all are the access specifiers in vb.net
thank you
vipul
I putted their names in the header to put their attention to this.access specifiers for example
private ,public etc..
how many more are there in vb.net.
from where will i get information on site about them and there uses
eg:-
private variables can be accessed only in the same class,
private classes can be used /instantiated in same namespace,
private methods can be used in same class only.
I would like to have the information about all such access specifiers and
their use.
waiting for ur reply,
regards
vipul
vipul DotNet said:access specifiers for example
private ,public etc..
how many more are there in vb.net.
vipul DotNet said:which all are the access specifiers in vb.net
Armin Zingler said:<F1>
Visual Studio.NET
Visual Basic and Visual C#
Reference
VB.NET programming specifications
4. General concepts
-> 4.6