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 do you mean by volatile and mutable keywords used in c++?
How do you test your code?
What are the advantages of using a pointer?
Difference between struct and class in terms of access modifier.
What is a constructor in c++ with example?
What are register variables?
How const int *ourpointer differs from int const *ourpointer?
advantages and disadvantages of using Borland C++ / version 5.
What is the purpose of the "delete" operator?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is meant by reference variable in C++?
Mention the ways in which parameterized can be invoked.