Explain the ISA and HASA class relationships. How would you
implement each in a class design?
Answer Posted / nishikant sahu
"ISA" a relationship is aka Inheritance and used to extent
the capability of Base, whereas "HASA" relationship is aka
Containment use to take the all properties of BASE.
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
Is c++ map a hash table?
Write about the role of c++ in the tradeoff of safety vs. Usability?
Are strings mutable in c++?
What is the difference between struct and class?
What is & in c++ function?
What is searching? Explain linear and binary search.
What is a class definition?
Can I uninstall microsoft c++ redistributable?
What is the use of endl in c++ give an example?
How do you compile the source code with your compiler?
What does override mean in c++?
What is a c++ class?
What causes a runtime error c++?
What is namespace std; and what is consists of?
Explain virtual class?