Why should project managers complete hard problems first in
an OOSAD project?
Answers were Sorted based on User's Feedback
Answer / subrata
The query actually holds good in general for every situation in life. It is one of the principles of good time management.
The idea is to tackle hard (and important) problems first. This, if resolved - will pep up your confidence to deal with other not so hard issues. Also, this could have cascading effect on other issues that may get resolved on its own.
I would rather stress on "important" than "hard" issues. If a "hard" problem is not coming in the way of your deliverables (means it is not important) - keep it aside. There is no need to spend a lot of time on it.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ash
Its not necessary to do hard things first. Instead focus
should be on doing important things first. Important things
are core project features. Many features may be hard but not
necessary most important. Hence don't tire the team with
hard things but focus on important/core things first.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is meant by inheritance? what are the advantages of inheritance?
What is composition? Explain the purpose of composition.
Is class an Object? Is object a class?
3 Answers InfoAxon Technologies, Protech,
Explain the meaning of object in object oriented programming?
What do you mean by abstract classes?
What is serialization? How do we implement serialization actually?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
What is the syntax of object oriented method call?
What is Object Constraint Language (OCL)?
What is a constructor in class?
What is abstraction? How does it differ from encapsulation
What does it mean that a method or class is abstract?