Lecture 5 - Arrays Flashcards

1
Q

Pass by Value for Reference Types

A

The reference is copied, not the memory block the reference points to.

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

Recursion

A

Recursion can lead to StackOverFlow error.

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