what is object?

Answers were Sorted based on User's Feedback



what is object?..

Answer / jayesh pawar

OBJECT IS ONE OF THE TYPE OF INSTANCE OF THE CLASS

Is This Answer Correct ?    15 Yes 0 No

what is object?..

Answer / v.santhoshini

object is an instance of the class
or
object is a real world entity

Is This Answer Correct ?    7 Yes 0 No

what is object?..

Answer / tdurga

OBJECT IS ONE OF THE TYPE OF INSTANCE OF THE CLASS

Is This Answer Correct ?    3 Yes 1 No

what is object?..

Answer / jai

an object is a physical representation of a class.
example:
class - fruit(logical)
object- apple(physical)

Is This Answer Correct ?    5 Yes 5 No

what is object?..

Answer / sruthi

Objects are Instances of a Class,And Class is an Collection
of Objets.

Is This Answer Correct ?    0 Yes 0 No

what is object?..

Answer / bheda govind

OBJECT IS A ONE OF THE TASK OF THE CLASS.

Is This Answer Correct ?    0 Yes 1 No

what is object?..

Answer / sharon

instance or example of a class

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C++ General Interview Questions

Why do we need function?

0 Answers  


How can you quickly find the number of elements stored in a static array?

0 Answers  


When can you tell that a memory leak will occur?

1 Answers  


What are the advantages of prototyping?

0 Answers  


What is name mangling?

3 Answers  






Explain the pure virtual functions?

0 Answers  


Differentiate between the manipulator and setf( ) function?

0 Answers  


What is ofstream c++?

0 Answers  


Explain the difference between 'operator new' and the 'new' operator?

1 Answers   Lucent, TCS,


Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.

3 Answers  


What is the use of vtable?

0 Answers  


List the features of oops in c++?

0 Answers  


Categories