0
2.3kviews
Component and Interface design in Software Engineering
1 Answer
| written 6.9 years ago by |
Component design introduction
A software component is a modular building block for the computer software.
Component is defined as a modular, deployable and replaceable part of the system which encloses the implementation and exposes a set of interfaces.
Components view
The components has different views as follows:
1. An object-oriented …