Module 1 advance programming

What is VB.net?

VB.NET stands for Visual Basic.NET, and it is a computer programming language 
developed by Microsoft. It was first released in 2002 to replace Visual Basic 6. VB.NET 
is an object-oriented programming language. This means that it supports the features 
of object-oriented programming which include encapsulation, polymorphism, 
abstraction, and inheritance.
The language was designed in such a way that it is easy to understand to both novice 
and advanced programmers. Since VB.NET relies on the .NET framework, programs 
written in the language run with much reliability and scalability. With VB.NET, you can 
create applications that are fully object-oriented, similar to the ones created in other 
languages like C++, Java, or C#. Programs written in VB.NET can also interoperate 
well with programs written in Visual C++, Visual C#, and Visual J#. VB.NET treats 
everything as an object.

Advantages of VB.NET
❖ VB.NET is not case sensitive like other languages such as C++ and Java.
❖ It is an object-oriented programming language. It treats everything as an 
object.
❖ Automatic code formatting, XML designer, improved object browser etc.

Disadvantages of VB.NET
VB.NET cannot handle pointers directly. This is a significant disadvantage 
since pointers are much necessary for programming. Any additional coding 
will lead to many CPU cycles, requiring more processing time. Your 
application will become slow.

Comments

Popular posts from this blog

Module 3

Module 5