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 |
Which programming language is best to learn first?
What is the use of endl in c++ give an example?
structure that describe a hotel with name, address,rooms and number of rooms
How const functions will be treated by compiler?
What is the difference between structure and class?
What do you mean by enumerated data type?
What is problem with overriding functions?
What is c++ iterator?
write a porgram in c++ that reads an integer and print the biggest digit in the number
Differentiate between a deep copy and a shallow copy?
How do you define a class in c++?
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