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 a constant reference?
What is the use of 'using' declaration in c++?
What is runtime errors c++?
What is the latest version on c++?
What is a string example?
How are the features of c++ different from c?
How can we check whether the contents of two structure variables are same or not?
What is the prototype of printf function?
What are protected members in c++?
What is #include iostream h in c++?
What is prototype in c++ with example?
What operator is used to access a struct through a pointer a) >> b) -> c) *
Describe delete operator?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
Explain what are mutator methods in c++?