answersLogoWhite

0

dim obj as object

obj = new object();

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Basic Math

What is the difference between these words instantiate substantiate transubstantiate?

sthdjhgjh


Crlf means in vbnet?

It stands for Carraige Return Line Feed. It starts a new line when you are outputting something, like in a Message box.


What is console in vbnet?

In VB.NET, the console is a command-line interface that allows users to interact with the application through text input and output. It uses the Console class, which provides methods for reading from and writing to the standard input and output streams, such as Console.WriteLine() for displaying messages and Console.ReadLine() for capturing user input. This is commonly used for console applications where a graphical user interface is not required.


How to make subforms in visual basic programming language?

To create subforms in Visual Basic, you typically use the Windows Forms application. First, create a new form by selecting "Add Windows Form" from the project menu. Then, design your subform as needed and ensure it has properties or methods to expose any necessary data or functionality. Finally, you can instantiate and display this subform from the main form using SubForm.Show() or SubForm.ShowDialog() as needed.


What is the purpose of a class in vbnet?

In VB.NET, a class serves as a blueprint for creating objects, encapsulating data and behavior related to that data. It allows developers to define properties, methods, and events, promoting code reusability and organization. By using classes, you can implement object-oriented programming principles such as inheritance and polymorphism, making your code more modular and easier to maintain. Overall, classes help in structuring code in a logical and efficient manner.

Related Questions

Can you instantiate an abstract class?

No. You must create a subclass of the abstract class in order to be able to instantiate it.


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


How do you declare a pointer variable in c?

int* pint; // instantiate a pointer to an int. float* pflt; // instantiate a pointer to a float.


What is a good explanation of instantiate?

The term 'instantiate' can be used in many different ways. The word 'instantiate' is a term meaning to provide an example. One way an individual might use the term is 'The mom instantiated how to tie her shoe.'


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 VBNet purely objet oriented?

no


Who is the father of vbnet?

Alan Cooper


Can you instantiate an interface?

According to a beginner's book on Java, an interface can't have constructors. Also, the interface itself can't contain the method implementation.


Who is the developer of vbnet?

Microsoft Microsoft.com/VisualStudio