30.0k views
4 votes
Write a note on object design process

User KBriggs
by
7.7k points

1 Answer

4 votes

Answer:

is the process of using an object-oriented methodology to design a computing system or application

Step-by-step explanation:

This technique enables the implementation of a software solution based on the concepts of objects.OOD helps in designing the system architecture or layout - usually after completion of an object-oriented analysis (OOA).

Object-oriented design is fundamentally a three step process which are:

1) identifying the classes

2) characterizing them

3) the defining the associated actions

Object designing activities include:

the identification of reuse

User Lastarr
by
8.4k points