Classes are the [blank_start]definitions[blank_end] for the data format and available [blank_start]procedures[blank_end] for a given type or class
Answer
definitions
dictionary
procedures
programs
Question 2
Question
What are objects?
Answer
Prices of code
An instantiated class
Physical things
Question 3
Question
Global Variables can be accessed by all functions and classes within a program.
Answer
True
False
Question 4
Question
Encapsulation is an [blank_start]object-oriented[blank_end] programming concept that binds together the data and [blank_start]functions[blank_end] that manipulate the data, and that keeps both safe from [blank_start]outside[blank_end] interference and misuse
Answer
object-oriented
functions
outside
Question 5
Question
Composition is favoured over inheritance because it creates classes based of what they can do not what they are.