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 |
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Explain some examples of operator overloading?
How many different levels of pointers are there?
What is a syntax in c++?
What do you mean by abstraction in C++?
What is the use of setprecision in c++?
What are the differences between a struct in C and in C++?
Is c++ a software?
template<class T, class X> class Obj { T my_t; X my_x; public: Obj(T t, X x) : my_t(t), my_x(x) { } }; Referring to the sample code above, which one of the following is a valid conversion operator for the type T? a) T operator T () { return my_t; } b) T operator(T) const { return my_t; } c) operator(T) { return my_t; } d) T operator T (const Obj &obj) { return obj.my_t; } e) operator T () const { return my_t; }
What information can an exception contain?
What is std :: endl?
what is difference between internet and Internet?
12 Answers College School Exams Tests, Microsoft, MIT, TCS,