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

What is operator overloading? Give Example

11 Answers   CTS, IBM, TCS,


What is Agile methodology?

20 Answers   ABC, Accenture, College School Exams Tests, Inmar, Microsoft, Sapient,


Why we use classes in oop?

0 Answers  


Can a varargs method be overloaded?

0 Answers  


What is nutshell in programming language?

1 Answers   Satyam, Tech Mahindra,






What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.

2 Answers  


What is a unary operator?

5 Answers  


Whats is abstraction in oops?

0 Answers  


Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.

1 Answers  


When not to use object oriented programming?

0 Answers  


ambiguity regulation of multiple inheritance with example.

1 Answers  


how does a main() in C++ is different from main() in C?

7 Answers  


Categories