Home » VB.NET Basics » 02 - Microsoft Frameworks
2

Object Oriented Programming

Object oriented programming is a programming paradigm that makes use of objects to develop computer programs.

Object oriented programming is a programming paradigm that makes use of objects to develop computer programs. When you objectify certain parts in a program or when you modularize it, you promote greater flexibility in overall programming. When you use object oriented programming languages, you can make objects interact with one another to accomplish goals. Instead of writing code one by one every time you make a program, you can use the previously designed objects to your advantage. The VB .NET language is one of the premiere object oriented programming languages in the market today.

In object oriented programming, objects interact with one another to produce the desired results from the programmer. This makes programming easier, less tedious, and more efficient.