Zusammenfassung der Ressource
Frage 1
Frage
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
Antworten
-
definitions
-
dictionary
-
procedures
-
programs
Frage 2
Antworten
-
Prices of code
-
An instantiated class
-
Physical things
Frage 3
Frage
Global Variables can be accessed by all functions and classes within a program.
Frage 4
Frage
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
Antworten
-
object-oriented
-
functions
-
outside
Frage 5
Frage
Composition is favoured over inheritance because it creates classes based of what they can do not what they are.
Frage 6
Frage
Association is a ‘is a’ relationship.