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 |
Can a class in java be inherited from more than one class?
Write about abstract base classes?
What are the properties that are defined in an object model?
Explain about realistic modeling?
State about java and its relation to object oriented programming?
Explain method overriding.
Explain about inheritance hierarchies?
What is dynamic or run time polymorphism?
What is single and multiple inheritance?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Explain about the relationship between object oriented programming and databases?
Classes and structs support inheritance. Is this statement true or false?