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 |
without if else statement can be written ah
What is a literal in c++?
Is c++ faster than c?
What is std :: endl?
Define what is constructor?
Which format specifier is used for printing a pointer value?
Explain storage qualifiers in c++.
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What is rvalue?
Explain object slicing in c++?
Disadvantages of c++
Can we declare a base-class destructor as virtual?