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
What is meant by overloading functions and operators?
Do we require parameter for constructors?
Explain method overriding.
Why do we separate interface from implementation?
Which OOPS concept is used as a reuse mechanism?
What does the keyword virtual represented in the method definition?
Explain serialization and overriding?
Explain the purpose of composition.
Can we override a method by using same method name and arguments but different return types?
Explain what is single and multiple inheritance?
What is an abstraction and why is it important?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
Explain the usage of encapsulation?
How can I be thrown polymorphically?
Explain about instance in object oriented programming?