What is the difference between Object and Class?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / tasavur
class is the template for objects
object is the instance of class.
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / muthu annamalai
Object is a System Type. Class is a template
Is This Answer Correct ? | 6 Yes | 4 No |
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 |
What is the maximum no. of forms can include in one project (vb project)?
what controls have you used in your project?
Explain about control properties?
What is the difference between message box
How can you get selected file from file system Control?
What are binary and project compatibility?
____ property of menu cannot be set at run time.
How do I make a text box not beep but do something else when I hit the Enter key?
Why visual basic is used?
Difference between Recordset and Resultsets.
What is controls in vb?
DHTML Is used for what?