answersLogoWhite

0

What is objects in vb.net?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

In order to understand an Object in VB.NET (Object oriented programming), we need to understand the concept of classes in OOPS.

A class is a construct that encapsulates data together with its behavior or functionality as one logical unit. Thus they act as blueprints. Instances of classes are called objects. One can define many objects of a class that will differ form ecah other.

User Avatar

Wiki User

16y ago

What else can I help you with?