Answer Posted / 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 |
Post New Answer View All Answers
How a program can be structured using the concept of object oriented programming?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Can you use virtual, override or abstract keywords on an accessor of a static property?
Explain about instance in object oriented programming?
Define Data Abstraction. What is its importance?
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?
What interface must an object implement before it can be written to a stream as an object?
Why is OOP good?
What is meant by function overloading and function overriding?
What is polymorphism? When is it employed? give an example.
What is hybrid inheritance?
Why is message passing between the objects important?
What are the Differentiate between abstraction and encapsulation.
What is meant by “abstract interface”?
Why are virtual users created?