Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Mar 4, 2022

Approaches to Software Design

There are different approaches to designing software. If we consider our system as different interacting units it falls under the Functional oriented system design. And if we consider our system as a collection of entities, we are making use of Object-oriented system design. When focusing on the visual part of our software, we are dealing with User Interface design. In this section, we will discuss different approaches to software design.
Function Oriented Design EASY
This blog will learn about Function Oriented Design and its concepts. We will also get a brief about various function-oriented design strategies.
What is Human-Computer Interaction? A Complete Guide to HCI EASY
This article will thoroughly explain human-computer interaction and its different techniques, designing, components, and principles.