Programming Flashcards
1
Q
Class (programming)
A
Class is the root word of the term classification. When you design a class,
you systematically arrange information and behavior into a meaningful
entity.
2
Q
Variadic method
A
A method that takes a variable number of arguments
3
Q
Scope (programming)
A
The area of a source code file where an identifier name is recognized.