Object Oriented Programming (By IU) Flashcards

1
Q

What was one of the key factors in the start of the widespread acceptance of o r in ind. App. In the early 1990s?

A

Very high cost of service and advanced development of large IT systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the formal definition of “object orientation”?

A

It’s an approach in software technology that was developed primarily to support the development, enhancement and maintenance of complex enterprise IT systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does a signature consist of?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How many times can a signature occur in a class?

A

Only once per class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If only the parameter list is different, between two methods, would they be considered the same?

A

No.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the object oriented development process ?

A

It has phases apparently. They are object Oriented analysis, object Oriented design, and object oriented implementation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly