Why is planning too much up front a mistake in an OOSAD
project?
Answer Posted / subrata
Every project (be it OO or otherwise) has certain unknown factors. It is just impossible to know every constraint in advance. Many things are discovered during detailed design and implementation stage. Hence too much of planning is a wastage of effort when unknown factors are bound to pop up. Hence the focus should be on flexibility rather than rigidness that comes with excess planning.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Is iterator a class or interface? What is its use?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
Why is java not fully objective oriented?
Explain about encapsulation?
What is multiple inheritance? How java 8 supports multiple inheritance?
What is a virtual function?
How can we call the base method without creating an instance?
What's the order of call of constructors in inheritiance?
What is difference between encapsulation and abstraction?
What are the interfaces you used in beans?
How many methods do u implement if implement the serializable interface?
Which OOPS concept exposes only the necessary information to the calling functions?
How to achieve data abstraction?
What is meant by overloading functions and operators?
explain dynamic binding