Why is planning too much up front a mistake in an OOSAD
project?
Answers were Sorted based on User's Feedback
Answer / praveen
You cant plan only for the current phase of the project as
your future activities are still coarse granular. To have
good plannig you need to have fine granularity w.r.t the
tasks to get clear WBS
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / 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 |
What is inheritance in java?
Explain OOPS.
Tell me something about abstract classes?
What is Polymorphism, overloading, overriding and virtual?
Explain about instance in object oriented programming?
Suppose a class acts an Actor in the problem domain, how to represent it in the static model?
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Comment: C++ "includes" behavior and java "imports"
What is the difference between class inheritance and interface inheritance?
How many methods are there in the externalizable interface?
Explain what is an object?
Explain about uml?