Why is planning too much up front a mistake in an OOSAD
project?
Answer Posted / 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 |
Post New Answer View All Answers
Why do we separate interface from implementation?
What is early and late Binding?
What are abstract functions? Why are they used?
Define Initialisation Purpose.
What is the main difference between overloading and overriding?
What does the “abstract” keyword mean in front of a method? A class?
Can an interface contain fields?
Explain about multiple inheritance?
Can you create an instance of an interface?
Can we have a default method definition in the interface without specifying the keyword "default"?
Explain what is object oriented programming language?
What is sealed modifiers?
Which keyword can be used for overloading?
What is abstraction? How does it differ from encapsulation
What is serialization? How do we implement serialization actually?