2.3 Calling a Void Method
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
| Term | Definition |
|---|---|
| Method | Procedures that allow us to control and define the behavior of an object. |
| Access Specifier | Determines who has access to using the method when writing classes and objects. |
| Return Type | Indicates what type value is being returned from the method |
| Calling a Method | objectName.method() |
| Procedural Abstraction | The ability to use methods and programs that we do not fully understand, or are unable to write. |