Answer Posted / abalonesoft
A region of storage with associated semantics.
After the declaration int i; we say that "i is an object of
type int." In OO/C++, "object" usually means "an instance of
a class." Thus a class defines the behavior of possibly many
objects (instances).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a #include preprocessor?
What is bubble sort in c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Why do we use namespace feature?
What is the use of parallelize in spark?
What is wrong with this initialization?
Why dont c comments nest?
What is wild pointer in c with example?
State two uses of pointers in C?
What are header files why are they important?
What are the types of functions in c?
What is the total generic pointer type?
what is the difference between class and unio?
How to implement a packet in C
What do the functions atoi(), itoa() and gcvt() do?