answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is base class of the vbnet?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


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.


Is the Class type in VBNET a value type?

NO.


How do you write abstract on vbnet language?

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


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


Difference between base class and derived class?

The derived class derives, or inherits, from the base class. The derived class is like a "child", and the base class, the "parent". The child class has the attributes of the parent class - its variables (those defined at the class level) and methods. Changes done to the parent class (the base class) will affect the child class (the derived class).


How to send sms using gsm modem in vbnet?

Use Serial Port Class and send commands (AT Commands) For more info, visit this blog in Related Links!


When a class inherits from another class what is being extended?

When a derived class inherits from a base class, the base class functionality is being extended.


IS VBNet purely objet oriented?

no


Who is the father of vbnet?

Alan Cooper