What is the difference between Object and Class?

Answers were Sorted based on User's Feedback



What is the difference between Object and Class?..

Answer / loganayaki

Class is a collection of data
members and functions,
whereas object is used to define
or initialize the data members and
functions present inside the class.

Is This Answer Correct ?    27 Yes 0 No

What is the difference between Object and Class?..

Answer / loganayaki

Class is a way to bind the data and its associated funcions
together.Its a collection of member variables and functions.


In C++,CLASS VARIABLES are called as objects.Thus objects
are used to access the attributes of the class.

Is This Answer Correct ?    7 Yes 1 No

What is the difference between Object and Class?..

Answer / r. antony greetan

Class is a collection of methods and properties
Object is the instance of a class

Is This Answer Correct ?    7 Yes 1 No

What is the difference between Object and Class?..

Answer / tasavur

class is the template for objects
object is the instance of class.

Is This Answer Correct ?    5 Yes 2 No

What is the difference between Object and Class?..

Answer / muthu annamalai

Object is a System Type. Class is a template

Is This Answer Correct ?    6 Yes 4 No

What is the difference between Object and Class?..

Answer / mudassir shakil

Class does not exists in the real world but object is an
entity exists in the real and follow the properties of
class.As CAR is a class and object like honda,santro follows
the properties like acceleration,gear and break etc..

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

How many number of events does the Timer controls ?

3 Answers  


What is Vlookup introduction and formula?

2 Answers  


How to find the current record position in data control?

2 Answers  


How do I call a DLL?

0 Answers  


How good are you in VB?

2 Answers   Satyam,






What are the properties of datacontrol?

0 Answers  


How do you do multithreading application in VB

1 Answers  


what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com

0 Answers  


Types of Modal windows in VB.

1 Answers  


How can you save and Get data from Clipboard?

1 Answers  


What is ADO?

1 Answers   Satyam,


What is ActiveX Dll and ActiveX Exe?

0 Answers   TCS,


Categories