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
What's the order of call of constructors in inheritiance?
What's the main difference between arraylist / hashmap and vector / hashtable?
Can you create an instance of an interface?
How to define an interface?
What is the difference between an Abstract class and Interface?
What are virtual functions, base class pointer, derived class pointer, biding references?
Can an interface contain fields?
Explain serialization and overriding?
Do we require a parameter for constructors?
Difference between abstraction and implementation hiding ?
Can you use virtual, override or abstract keywords on an accessor of a static property?
Explain about message passing in object oriented programming?
What is overriding?
What is ‘this’ pointer?
What is a functional interface? What is sam interface?