what is diffrence between Function Oriented Design and
Obeject Oriented design
Answers were Sorted based on User's Feedback
Answer / sushil bansal
FOD always need to update all components which using
modified component. But OOD approach is need to modified
only those components which need to modify only. FOD is like
a hard coding or conventional coding pattern. But OOD is
latest one which would not beark existing functionality if
you modify the code.
| Is This Answer Correct ? | 7 Yes | 22 No |
Explain what are 5 common problems in the software development process?
Explain Inline Style Sheet?
What are the disadvantages of singleton pattern?
What is the gang of four design pattern?
How do you handle the pressure?
Is dependency injection a design pattern?
Is mvc a software design pattern?
What are 5 common problems in the software development process?
If a client does not like a design what will your approach be?
What is design pattern ?
What are the design patterns you know explain?
What is the builder pattern?