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

Which programming language is best to learn first?

0 Answers  


What is the use of endl in c++ give an example?

0 Answers  


structure that describe a hotel with name, address,rooms and number of rooms

2 Answers  


How const functions will be treated by compiler?

3 Answers   Symphony,


What is the difference between structure and class?

0 Answers  


What do you mean by enumerated data type?

0 Answers  


What is problem with overriding functions?

0 Answers  


What is c++ iterator?

0 Answers  


write a porgram in c++ that reads an integer and print the biggest digit in the number

0 Answers  


Differentiate between a deep copy and a shallow copy?

1 Answers  


How do you define a class in c++?

0 Answers  


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

0 Answers  


Categories