answersLogoWhite

0

How do you write abstract on vbnet language?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

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

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you write abstract on vbnet language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between C and Vbnet?

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


How vbnet is powerful language than php?

It isn't.


Is vbnet a programming language?

Yes, VB.net is a programming language that utilizes the Microsoft .Net framework


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.


How do you write a VBnet program to find the prime numbers between 100 to 200?

VBnet program to find the prime numbers between 100 to 200?


What does capacity for abstract thinking means?

capacity to abstract with language


What is the definition of abstract language?

Abstract language are words that represent ideas, intangibles, and concepts. examples: beauty, truth.


When should you write the abstract of your paper apa style?

Write the abstract when your paper is near completion.


Is write an abstract noun?

No. Write is a verb.


How csharp and vbnet are interoperable?

VB.NET and C# are both languages that compile to CIL bytecode, and run on the .NET's Common Language Runtime.


What is vbnet built on?

VB.Net is a "re-imagined" syntax of the Visual Basic language, built to target the .Net CLR (Common Language Runtime). It is a fully object-oriented language with similar syntax of older VB versions.