IS A relationship in c++ is
Answers
Answered by
0
Answer:
In C/C++ domain modeling class diagrams, a relationship is the connection between C/C++ classes and other elements. ... Dependency relationships imply that a change to one class might affect another class. Generalization relationships imply that one class is a specialization of another class.
Similar questions