week 5 Flashcards

(8 cards)

1
Q

what is object oriented programming OOP

A

is a paradigm based on objects

Objects contain data, attributes, properties and code methods, functions

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

object oriented design

A

is the process of using objects and OOP when designing a software

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

what does every method have

A

a signature

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

what is an objects interface

A

The set of method signatures fro that object

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

the method call is what

A

is the message

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

the object calling the method is the

A

client obj

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

Object receiving and executing the
call is the server object

A

?

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

Modular programming

A

Modular programming is a software
design technique that emphasizes
separating the functionality of a
program into independent,
interchangeable modules (packages).

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