Programming Chapter Six
Order by
16 terms
Terms | Definitions |
|---|---|
return | What can end a void method? |
one | How many values can a method return? |
an error | What does a method call with no matching method cause? |
nothing | What does a method with no match call cause? |
public | What allows unlimited access to a method? |
protected | What limits method access? |
private | What also limits method access? |
static | What do you use when calling a method and no object is needed? |
braces | Where is a method body found within? |
void | What method returns 0 values? |
actual parameters | What are params found within a method call called? |
formal parameters | What are method params receiving data called? |
scope variable | What is the area where a variable is known? |
nested method | What is a method that callas another method known as? |
non static | What method requires an object reference? |
overloaded methods | What methods have the same name, but different numbers and types of parameters? |
First Time Here?
Welcome to Quizlet, a fun, free place to study. Try these flashcards, find others to study, or make your own.