Why should project managers complete hard problems first in
an OOSAD project?
Answer Posted / 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 |
Post New Answer View All Answers
How many methods are there in the serializable interface?
What are extrinsic and intrinsic connections in object-oriented programming?
What is Abstract method and how different from Virtual Method?
Explain the mechanism of composition?
Explain colloboration
Can you use virtual, override or abstract keywords on an accessor of a static property?
How do you prevent a class from being inherited by another class?
Why dynamic binding is used in object-oriented programming?
What is the difference between public, private and protected access modifiers?
How a program can be structured using the concept of object oriented programming?
Can an interface have an inner class?
what is full form OOP?
Why do we use oops concepts? What is its advantage?
What is the difference abstract class and interface?
What is meant by inheritance? what are the advantages of inheritance?