reusability of code in c++ is achieved through
Answers
Answered by
2
Answer:
C++ strongly supports the concept of reusability. The C++ classes can be reused in several ways. Once a class has been written and tested, it can be adapted by another programmer to suit their requirements. This is basically done by creating new classes, reusing the properties of the existing ones.
Answered by
0
Answer:
sorry I don't understand
Similar questions