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 |
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
Distinguish between new and malloc and delete and free().
Describe run-time type identification?
What is a catch statement?
What are arrays c++?
What are the uses of static class data?
How much do c++ programmers make?
plz send me National informatics center paper pattern
Why can’t you call invariants() as the first line of your constructor?
Is c++ still in demand?
Explain the difference between class and struct in c++?