answersLogoWhite

0

What is method on vbnet?

User Avatar

Wiki User

13y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is method on vbnet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is delegate in vbnet?

A delegate object encapsulates a reference to a method


How do you write abstract on vbnet language?

Mark a class as MustInherit and at least one method as MustOverride.


What is Data Hiding in VBNET?

Data hiding is used method used in Object-Oriented programing to hide information within computer code


Is java better than vbnet?

Java is not better than VBNet, nor is VBNet better than Java. Eachone has its advantages and disadvantaged over the other one.


What is the difference between C and Vbnet?

It is just a different coding language, but C is more for business that VBNET


What is datareader in VBNET?

x


What is instance in vbnet?

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.


What is an instance in vbnet?

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.


IS VBNet purely objet oriented?

no


Who is the father of vbnet?

Alan Cooper


How can you check vowel or consonent in vbnet?

You can check if a character is a vowel or a consonant in VB.NET by using a conditional statement with the Char.ToLower() method to ensure case insensitivity. You can then check if the character is a vowel by comparing it to a list of vowels using the Contains() method, and if it is not a vowel, it is considered a consonant.


Who is the developer of vbnet?

Microsoft Microsoft.com/VisualStudio