what is object?
Answers were Sorted based on User's Feedback
Answer / jayesh pawar
OBJECT IS ONE OF THE TYPE OF INSTANCE OF THE CLASS
| Is This Answer Correct ? | 15 Yes | 0 No |
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 |
Answer / tdurga
OBJECT IS ONE OF THE TYPE OF INSTANCE OF THE CLASS
| Is This Answer Correct ? | 3 Yes | 1 No |
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 |
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 c++ 11 and c++ 14?
What is the best book for c++ beginners?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Implement strncpy
Explain class invariant.
Which algorithm do you like the most? Why?
What is the difference between set and map in c++?
Will a catch statement catch a derived exception if it is looking for the base class?
Have you used MSVC? What do you think of it?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
Is c++ a good first language to learn?
What is the use of setfill in c++?