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
2
Q
object oriented design
A
is the process of using objects and OOP when designing a software
3
Q
what does every method have
A
a signature
4
Q
what is an objects interface
A
The set of method signatures fro that object
5
Q
the method call is what
A
is the message
6
Q
the object calling the method is the
A
client obj
7
Q
Object receiving and executing the
call is the server object
A
?
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).