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.
2
Q
Recursion
A
Recursion can lead to StackOverFlow error.
Pass by Value for Reference Types
The reference is copied, not the memory block the reference points to.
Recursion
Recursion can lead to StackOverFlow error.