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 |
What is the difference between a shallow copy and a deep copy?
What is virtual table?
Do you know what is overriding?
What is an Object/Instance?
Which c++ compiler is best?
What is pure virtual function? Or what is abstract class?
Differentiate between realloc() and free().
What is the purpose of ios::basefield in the following statement?
Can a new be used in place of old mallocq? If yes, why?
Define anonymous class.
What's the best free c++ profiler for windows?
Discuss the possibilities related to the termination of a program before entering the mainq method?