Ad Code

What is the actual meaning of softwarer design?

What is the actual meaning of softwarer design? is it related to the outlook of a software, something visually or it is related to the internal structure like how to code classes and functions and how to relate them?

Software design is complete design/architecture of a system. It includes outlook as well as  modeling of the data structures and entities, the physical and logical partitioning of the system into components, and the interfaces between different components of the system as well as interfaces to the outside world. Sometimes design of algorithms is also included in this activity.
Reactions

Post a Comment

0 Comments