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 |
When is a template better solution than a base class??
What is this pointer in c++?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Can we specify variable field width in a scanf() format string? If possible how?
Which operator cannot overload?
What is the difference between the functions memmove() and memcpy()?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What are literals in C++?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
How to write Multithreaded applications using C++?
2 Answers Honeywell, TCS, Wipro,
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
What is pointer to array in c++?