The 'private' keyword in vb.net is commonly used in variable declaration or sometimes in creating functions. This means that when a variable or function is created privately (eg private variable1 as integer), the class that contains that variable/function will be the only class that will have access to it. Here's an example:
class form1
Private variable1 As Integer=5
end class
_______________________
class form2
end class
form2 will not be able to access form1's variable1 because it is declared as Private. To make form1's variable1 usable to form2 it should be declared as Public variable1 As Integer=5.
I hope i've given you a clear explanation. Good luck on your programming mate!
Java is not better than VBNet, nor is VBNet better than Java. Eachone has its advantages and disadvantaged over the other one.
It is just a different coding language, but C is more for business that VBNET
x
An instance in VBNet is the same as an instance in any other language; it is the realisation of a type. In object-oriented languages, like VBNet, we say that an object is an instance of a class, where the class defines the object's type.
An instance in VBNet is the same as an instance in any other language; it is the realisation of a type. In object-oriented languages, like VBNet, we say that an object is an instance of a class, where the class defines the object's type.
no
Alan Cooper
Microsoft Microsoft.com/VisualStudio
NO.
VBnet program to find the prime numbers between 100 to 200?
Refer to related links.
It isn't.