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.
No Return statement in VB programming
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.
Yes.
Visual Basic
Yes
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
VB is not the language for making games, use C++ it works alot better.
VB is the abbreviation for Microsoft's Visual Basic - a graphical development environment, using Microsoft's programming language, Visual Basic.
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)
bank transaction
Decompiling is generally against the terms in most softwares' EULA. Theoritacl
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.