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

What do you mean by volatile and mutable keywords used in c++?

1 Answers  


How do you test your code?

4 Answers   Microsoft,


What are the advantages of using a pointer?

1 Answers  


Difference between struct and class in terms of access modifier.

1 Answers  


What is a constructor in c++ with example?

1 Answers  


What are register variables?

1 Answers  


How const int *ourpointer differs from int const *ourpointer?

1 Answers  


advantages and disadvantages of using Borland C++ / version 5.

1 Answers  


What is the purpose of the "delete" operator?

1 Answers  


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

0 Answers  


What is meant by reference variable in C++?

1 Answers  


Mention the ways in which parameterized can be invoked.

1 Answers  


Categories