Answer Posted / 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 |
Post New Answer View All Answers
Explain the isa and hasa class relationships. How would you implement each?
What do you mean by enumerated data type?
When to use “const” reference arguments in a function?
What is c++ hash?
Tell me an example where stacks are useful?
Can I run c program in turbo c++?
What are the 2 main types of data structures?
Can you overload the operator+ for short integers?
Do we have to use initialization list in spite of the assignment in constructors?
What is a wchar_t in c++?
Explain unexpected() function?
Explain the difference between realloc() and free() in c++?
What is constructor in C++?
What is the purpose of ios::basefield in the following statement?
What is time h in c++?