Object Oriented Programming (By IU) Flashcards
What was one of the key factors in the start of the widespread acceptance of o r in ind. App. In the early 1990s?
Very high cost of service and advanced development of large IT systems.
What is the formal definition of “object orientation”?
It’s an approach in software technology that was developed primarily to support the development, enhancement and maintenance of complex enterprise IT systems.
What does a signature consist of?
Method name and parameter list.
Eg
public boolean pay(boolean test) 〔return false;〕
pay is method name and boolean test is the parameter list.
How many times can a signature occur in a class?
Only once per class
If only the parameter list is different, between two methods, would they be considered the same?
No.
What is the object oriented development process ?
It has phases apparently. They are object Oriented analysis, object Oriented design, and object oriented implementation.