List out some of the object-oriented methodologies?



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

Post New Answer

More C++ General Interview Questions

How would you use qsort() function to sort an array of structures?

0 Answers  


What does new in c++ do?

0 Answers  


What are disadvantages of pointers?

0 Answers  


There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

0 Answers  


What is a static element?

0 Answers  


How does throwing and catching exceptions differ from using setjmp and longjmp?

1 Answers  


Is map thread safe c++?

0 Answers  


What are manipulators used for?

0 Answers  


What is expression parser in c++

0 Answers   Mphasis,


What are c++ templates used for?

0 Answers  


Explain the difference between 'operator new' and the 'new' operator?

1 Answers   Lucent, TCS,


What is the purpose of templates in c++?

0 Answers  


Categories