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
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
How do I tokenize a string in c++?
What is pure virtual function? Or what is abstract class?
How is data hiding achieved in c++?
What is the use of lambda in c++?
Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300â€Â,â€ÂBullCart : 10â€Â) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side
Is c++ a float?
What is the difference between structure and class?
Explain overriding.
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
Explain rethrowing exceptions with an example?
What is an accessor in c++?
Which software is used to run c++ program?
What is a modifier in c++?
What is null pointer and void pointer?