Zusammenfassung der Ressource
Frage 1
Frage
An object is characterized by:
Frage 2
Frage
A variable that represents an object is called
Antworten
-
Conjugate
-
Abstract
-
Type
-
Object reference
Frage 3
Frage
State of a given object is maintained in its
Antworten
-
Algorithms
-
Instance variables
-
Encapsulations
-
Behaviors
Frage 4
Frage
Combining an object's data and methods into a class is called
Antworten
-
Encapsulation
-
Implementation
-
Inheritance
-
Boxing
Frage 5
Frage
Public methods are accessible to:
Frage 6
Frage
Static variables are shared by:
Antworten
-
All instances of the class
-
All instances of the class that are private
-
All instances of the class that are public
-
Some instances of the class depending on what the static variable specifies.
Frage 7
Antworten
-
Must have arguments
-
Cannot be the same as the class
-
Creates and object of the class
-
Has a return type based on the class
Frage 8
Antworten
-
Must have a return type
-
Cannot access instance variables
-
Can access instance variables
-
Must not have a return type