List out some of the object-oriented methodologies?
Answer Posted / ritesh pal
Object Oriented Development (OOD) (Booch 1991,1994).
Object Oriented Analysis and Design (OOA/D) (Coad and Yourdon 1991).
Object Modelling Techniques (OMT) (Rumbaugh 1991).
Object Oriented Software Engineering (Objectory) (Jacobson 1992).
Object Oriented Analysis (OOA) (Shlaer and Mellor 1992).
The Fusion Method (Coleman 1991).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is time h in c++?
what is data abstraction in C++?
How we can differentiate between a pre and post increment operators during overloading?
How do you generate a random number in c++?
Why is c++ still popular?
Explain the difference between using macro and inline functions?
Where do I find the current c or c++ standard documents?
What is the sequence of destruction of local objects?
what does the following statement mean? int (*a)[4]
How do I write a c++ program?
What is const in c++?
Define pre-condition and post-condition to a member function in c++?
Explain the differences between list x; & list x();.
What is a stack c++?
What does scope resolution operator do?