Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what are the Differences Object and Class?

Answers were Sorted based on User's Feedback



what are the Differences Object and Class?..

Answer / guest

Classes and objects are separate but related concepts.
Every object belongs to a class and every class contains
one or more related objects.1)A Class is static. All of the
attributes of a class are fixed before,during, and after
the execution of a program.
The attributes of a class don't change.The class to which
an object belongs is also (usually) static. If a particular
object belongs to a certain class at the time that it is
created then it almost certainly will still belong to that
class right up until the time that it is destroyed.
2)An Object on the other hand has a limited lifespan.
Objects are created and eventually destroyed. Also during
that lifetime, the attributes of the object may undergo
significant change.So basically the difference between a
class and an object is that a class is a general
concept while objects are the specific and real instances
that embody that concept. When creating an object oriented
program we define the classes and the relationships between
the classes . We then execute the program to create,
update, and destroy the objects which are the specific
realization of these classes.

Is This Answer Correct ?    2 Yes 0 No

what are the Differences Object and Class?..

Answer / hema

A class is a template . An object is an instance of a class.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What is the default workspace?

0 Answers  


Difference between ActiveX Control and Standard Control.

0 Answers   HCL, Ocwen,


reading lines from a file by searching a word(instr) and copying to other textfile,but its only copying only one line but there are some other lines match criteria but not copying to the files

2 Answers  


How do you avoid the "Invalid use of null" error when reading null values from a database?

0 Answers  


Is visual basic c#?

0 Answers  


What is ODBC?

2 Answers   Satyam,


What is the difference between adodc and adodb in vb?

0 Answers  


Can We create CGI scripts in VB?

1 Answers  


Can we display only integers / numbers through the message box? Is there any constraint to do so?

8 Answers   Infosys,


HTML stands for What? Use of HTML ?

1 Answers  


what is the property to resize a label control according to your caption?

1 Answers  


What is a datacontrol?

1 Answers  


Categories