what is meant by "method-wars"?
Answers were Sorted based on User's Feedback
Answer / surendra singh (suraj)
When OOAD was in the birth phase, There were different
different ways to define the OOAD consepts.
Before 1994 there were different methodologies like
Rumbaugh, Booch, Jacobson, Meyer etc who followed their own
notations to model the systems. The developers were in a
dilemma to choose the method which best accomplishes their
needs. This particular span was called as ?method-wars?.
| Is This Answer Correct ? | 4 Yes | 4 No |
Describe the Diamond problem. Where does this problem occur?
Explain what is single and multiple inheritance?
Explain about the analysis phase?
Explain basic concepts of OOPS?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
Which of the following is tightly bound ? Inheritance or composition ?
What are the properties that are defined in an object model?
What is a pure virtual function?
What are base class, sub class and super class?
What are the four phases of the Unified Process ?
What does the “abstract” keyword mean in front of a method? A class?
What is association?