Classes and Objects Flashcards

1
Q

Class

A

blueprint from which individual objects are created

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

Modifier

A

keyword placed on a class method or variable declarations that changes how it operates and to what extent it can be accessed

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

Method

A

set of code referred tp by name and can be invoked at any point of the program simply by utilizing the methods name

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

Method overloading

A

allows creation of several methods with similar name which differ from each other in they type of input and output of function

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

Constructors

A

used to create and initialize any instance meneber variables when new expression is used to create an object of a class

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

Parameters

A

list of variables in a method declaration

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

Arguments

A

actual values passed in when method is invoked

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

Object

A

executable copy of a class

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