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 |
Why do we need function?
How can you quickly find the number of elements stored in a static array?
When can you tell that a memory leak will occur?
What are the advantages of prototyping?
What is name mangling?
Explain the pure virtual functions?
Differentiate between the manipulator and setf( ) function?
What is ofstream c++?
Explain the difference between 'operator new' and the 'new' operator?
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
What is the use of vtable?
List the features of oops in c++?