Methods Flashcards
1
Q
Public
A
Means that other classes can access this method
2
Q
Void
A
No specific output from the method
3
Q
Method signature
A
The method name
4
Q
Scope
A
Everything inside the curly braces of a method
5
Q
Method Overloading
A
Classes can contain multiple methods with the same name as long as each method has different parameters
6
Q
A