General Concepts Flashcards

1
Q

Refers to the actions performed by the compiler before execution

A

Compile-time

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

Actions performed during execution

A

Runtime

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

Initializes the state of an object when it is created

A

Constructor

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

For C++ only this cleans up resources when an object is destroyed

A

Destructor

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

For C++ only this gives extended meaning beyond their predefined operational meaning

A

Overloading

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