Select from following answers:- Static Data
- Static Function
- Instance Function
- Instance Data
- All Above
The Static function will be used to the keyword ref.
A ref parameter is passed as a reference, not a value. This means you can assign the parameter in the called method and have it also be assigned at the calling site.
So the Static function will take this reference value.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator