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


Please Help Members By Posting Answers For Below Questions

What is #include cstdlib in c++?

653


Can you please explain the difference between using macro and inline functions?

522


Will c++ be replaced?

542


Explain the differences between list x; & list x();.

598


Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02

1504






What are the vectors in c++?

577


Why cstdlib is used in c++?

578


What is an adaptor class or wrapper class in c++?

602


what does the following statement mean? int (*a)[4]

613


What is the difference between passing by reference and passing a reference?

556


Does c++ vector allocate memory?

529


How is new() different from malloc()?

624


Is c++ built on c?

556


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

582


Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

1000