What is the difference between an object and a class?

Answers were Sorted based on User's Feedback



What is the difference between an object and a class?..

Answer / ven

An Object is an instance of the class

Is This Answer Correct ?    11 Yes 0 No

What is the difference between an object and a class?..

Answer / manas

a class is a datatype that abstratcs data and implementations
while an object is an instance of the class which wraps up data. An object has identity, state and behavior

Is This Answer Correct ?    2 Yes 0 No

What is the difference between an object and a class?..

Answer / nk

Object is a runtime entity of a class

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More OOPS Interview Questions

write a programe to calculate the simple intrest and compund intrest using by function overlading

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1 Answers  


What do you mean by binding of data and functions?

3 Answers  


What is object in oop?

0 Answers  


What are the benefits of interface?

0 Answers  






How do you achieve polymorphism?

0 Answers  


Child cObj = new Parent() Wahts the output ?

8 Answers   Patni, TCS,


what are the uses of C++

1 Answers  


What is overriding vs overloading?

0 Answers  


Advantage and disadvantage of routing in telecom sector

0 Answers  


What is class and object in oops?

0 Answers  


if u write a class do u write Assignment operator and copy constructor

1 Answers   Siemens,


Categories