0
26kviews
Fundamental of software design concepts
1 Answer
| written 8.0 years ago by |
A set of fundamental design concepts has evolved. They are as follows:
Abstraction:-
Abstraction refers to a powerful design tool, which allows software designers to consider components at an abstract level, while neglecting the implementation details of the components.
IEEE defines abstraction as 'a view of a problem that …