In-Built Functions

There are the following categories of in-built functions or library functions available in VB .net :  – (1.) VB Math in-Built Functions CInt() This function is used to convert the value(practically numeric) of different data types into an integer type. Syntax: CInt(val) Fix() Fix Function in Visual Basic.net is used Read more…

Loading

Polymorphism Examples

Example :  Polymorphism examples in VB .NET program in Subroutine to use Function/Method Overriding using Polymorphism in Console Application. Example : Polymorphism examples in VB .NET program in to display Abstract Class & Method using Polymorphism in Console Application.

Loading

Namespaces

Definition of Namespace In VB.NET, a namespace is a container that holds or is the vast collection of a set of related objects, such as classes, interfaces, structures, enumerations, and other namespaces. Features of Namespace Each namespace contains various classes, interfaces, and structures with specific functionalities, providing a rich set Read more…

Loading

Exception Handling

Introduction of Exception Handling in VB .net Exception: An Exception, in OOP programming, is a hidden, unwanted, abnormal unexpected, or exceptional event that occurs during the execution of a program and interrupts the normal flow of the program. When a program encounters an exception, it stops executing the current code block Read more…

Loading

Exception Handling Examples

Example : Exception Handling Examples in VB .Net to show the concept of System Exception Handling. Example : Exception Handling Examples in VB .Net to show the User Defined Exception Handling concept. Example : Exception Handling Examples in VB .Net to show the concept of Multiple Catch Statements.

Loading

Class and Object Examples

Example : A Class and Object Examples in VB .NET program using Subroutine in Console Application. Example : A VB .Net program to demonstrate Private Methods using a Console application. Example : A VB .Net program to demonstrate Shared(Global) Variables using a Console application. Example : A VB .Net program Read more…

Loading