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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Variadic method

A

A method that takes a variable number of arguments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Scope (programming)

A

The area of a source code file where an identifier name is recognized.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly