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 Polymorphism, overloading, overriding and virtual?
Does java support multiple inheritance? if not, what is the solution?
What is sealed modifiers?
What is the difference between public, private and protected access modifiers?
What is method overriding?
What are the main features of oops?
Can you use virtual, override or abstract keywords on an accessor of a static property?
What is the super keyword?
Can you create an instance of an abstract class?
What is hybrid inheritance?
explain the difference between operator overloading and function overloading.
How does abstraction differ from encapsulation.
What is the difference between an abstract class and interface in java?
What is Overloading ? Is it similar to overriding ?
Explain about overriding polymorphism?