1.

What Is The Difference Between Function Oriented And Object Oriented Design?

Answer»

Function-oriented DESIGN is COMPRISED of MANY smaller sub-systems known as functions. Each function is capable of performing significant task in the system. Object oriented design WORKS around the real world objects (entities), their classes (categories) and METHODS operating on objects (functions).

Function-oriented design is comprised of many smaller sub-systems known as functions. Each function is capable of performing significant task in the system. Object oriented design works around the real world objects (entities), their classes (categories) and methods operating on objects (functions).



Discussion

No Comment Found