Why should project managers complete hard problems first in
an OOSAD project?
Answer Posted / 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 |
Post New Answer View All Answers
Explain about instance in object oriented programming?
What are the features that are provided to make a program modular?
Can you give some examples of tokens?
Can a class in java be inherited from more than one class?
Can we override static methods of a class?
Can we override a method by using same method name and arguments but different return types?
What are the features of encapsulation ?
Can we reduce the visibility of the inherited or overridden method ?
What is serialization? How do we implement serialization actually?
What is composition? Explain the purpose of composition.
Tell me something about abstract classes?
What is function override?
What is the function of dynamic typing?
What is the difference between aggregation and composition?
Write basic concepts of oops?