List out some of the object-oriented methodologies?
Answer / 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 |
Does c++ vector allocate memory?
Why are arrays usually processed with for loop?
Which function cannot be overloaded c++?
What is pure virtual function?
What is const in c++?
What is pointer to array in c++?
What are the advantages of inheritance in c++?
Explain rtti.
Why do we need runtime polymorphism in c++?
which is the easy way to divide any integer by 2?
What is general form of pure virtual function? Explain?
What are shallow and deep copy?