answersLogoWhite

0

Assignment refers to the assignment operator (=) which can be used to copy the value of one object to another object of the same type.

Executable refers to the machine code executable (EXE or DLL) produced by the language compiler.

A declaration introduces a new name into the language. The new name could refer to a class, a function or a variable, but the compiler won't know what that name means unless you declare it accordingly. Once declared, the compiler can determine which operations are appropriate for that name and thus prevent any incorrect usage of that name.

User Avatar

Wiki User

8y ago

What else can I help you with?

Related Questions

How does return statement work in vb?

No Return statement in VB programming


Why vb is an event driven programming language?

because it is driven by events. as it is a language used in programming, then it only makes sense to say VB is an event driven programming language.


Is VB modular programming language?

Yes.


What programming language does VB represent?

Visual Basic


Is VB an object oriented programming language?

Yes


What is a VB procedure?

A procedure is a group of executable statements wrapped between a declaration statement and a matching End statement, the following are examples of valid VB procedures: Sub Function Event Handler Property Procedures Operation Procedures Generic Procedures E.g Private Sub ExampleProcedure() <Code> End Sub


How do you Make a game by vb programming?

VB is not the language for making games, use C++ it works alot better.


Why vb is called vb?

VB is the abbreviation for Microsoft's Visual Basic - a graphical development environment, using Microsoft's programming language, Visual Basic.


What is the extansion of VBNET?

If you save your VB.NET project, it will be a .vb file. You can also build your program, then it becomes an executable (.exe)


Can i get a project topic using vb programming language?

bank transaction


Can you decompile a visual basic executable back to it's vb?

Decompiling is generally against the terms in most softwares' EULA. Theoritacl


Can you make advanced version of paint brush using vb?

VB is a programming language and can be used to create any application. In theory it would be possible to produce an advanced picture editor using VB.