MIS 350 Flashcards
1
Q
class is the blueprint for
A
creating objects
2
Q
objects are
A
instances of the class
3
Q
what does the class define
A
data and behavior the objects will have
4
Q
attributes are
A
variables that hold the state of an object
5
Q
a class like person can attributes such as
A
name, age, and address
6
Q
methods are
A
functions defined within the classm
7
Q
methods describe
A
behavior of the objects created from the class