Libraries Flashcards

1
Q

what are libraries?

A

files that contain function definitions that add additional, and much more powerful, features to the language

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

what are objects?

A

data types that often (but not always) represent a high level concept of some kind

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

what are methods?

A

methods are similar to functions in that they still accept arguments, and they still sometimes, but not always, have a return value. but methods are always called with respect to a particular object

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