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
Respuesta
definitions
dictionary
procedures
programs
Pregunta 2
Pregunta
What are objects?
Respuesta
Prices of code
An instantiated class
Physical things
Pregunta 3
Pregunta
Global Variables can be accessed by all functions and classes within a program.
Respuesta
True
False
Pregunta 4
Pregunta
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
Respuesta
object-oriented
functions
outside
Pregunta 5
Pregunta
Composition is favoured over inheritance because it creates classes based of what they can do not what they are.