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
What is else if syntax?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
Is c++ used anymore?
What are containers in c++?
What is #include ctype h in c++?
What is the use of lambda in c++?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
Is c++ map a hash table?
How does java differ from c and c++?
How do pointers work?
write a programme to get a character and thier ASCII value
Differentiate between a pointer and a reference with respect to c++.
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
When should we use multiple inheritance?
List the merits and demerits of declaring a nested class in C++?