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 |
Whether static method can use nonstatic members?
How a program can be structured using the concept of object oriented programming?
Can a class implement two interfaces having default method with same name and signature?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
What interface must an object implement before it can be written to a stream as an object?
Define a good interface?
Can an interface inherit from another interface?
Explain what is polymorphism?
Write a note about inheritance?
Define modularity?
Why is class hierarchies managed in object-oriented programming?
What is operator overloading?