Libraries Flashcards
1
Q
what are libraries?
A
files that contain function definitions that add additional, and much more powerful, features to the language
2
Q
what are objects?
A
data types that often (but not always) represent a high level concept of some kind
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