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

List out controls which does not have events ?

1 Answers  


What is the use of Visual Basic Document file?

0 Answers  


What is DSN?

1 Answers  


What is the use of Data Form Wizard?

0 Answers  


I belive VB6 is a powerful and matured tool that any other front end tool, why is it outdated? is it because of lack of awareness or because of difficult to use?

5 Answers   HCL,


How do I prevent multiple instances of my program?

0 Answers  


How can you Implement windows functionality in VB?

1 Answers   ABC,


What is the difference between Dim nCount as Integer vs Dim nCount% and when would you use each?

6 Answers  


____ property is used to lock a textbox to enter a datas.

0 Answers  


Default cursor Type and LockEdit type in DAO?

1 Answers  


How to check the condition in Msgbox?

3 Answers  


Why API functions are Required?

0 Answers   L&T, Wipro,


Categories