45

ISBN : 978-81-963532-2-3 (E-Book) The system is considered as top view of all functions. Function oriented design inherits some properties of structured design where divide and conquer methodology is used. This design mechanism divides the whole system into smaller functions, which provides means of abstraction by concealing the information and their operation. These functional modules can share information among themselves by means of information passing and using information available globally. Another characteristic of functions is that when a program calls a function, the function changes the state of the program, which sometimes is not acceptable by other modules. Function oriented design works well where the system state does not matter and program/functions work on input rather than on a state. Design Process • The whole system is seen as how data flows in the system by means of data flow diagram. • DFD depicts how functions change the data and state of entire system. • The entire system is logically broken down into smaller units known as functions on the basis of their operation in the system. • Each function is then described at large. Object Oriented Design Object oriented design works around the entities and their characteristics instead of functions involved in the software system. This design strategy focuses on entities and its characteristics. The whole concept of software solution revolves around the engaged entities. Let us see the important concepts of Object Oriented Design: 40 Software Engineering Keerthana P, Manasa KN, Ganga D Bengal

46 Publizr Home


You need flash player to view this online publication