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
What is the use if instanceof keyword? And how do refer to a current instance of object?
What is the order of call of constructors in inheritiance?
How to define an interface?
Can encapsulation be called as a security device?
Explain the implementation phase with respect to oop?
What is a constructor in class?
What is operator overloading and polymorphism?
What is the default access modifier in a class?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
Why is C not an OOP language?
Explain what you understand by function overloading.
What is a static method? Why do we need static methods in java 8 interfaces?
What do you mean by polymorphism?
What is early and late Binding?
What is the difference between an interface and abstract class?