InterviewSolution
Saved Bookmarks
| 1. |
Which type of data can a local class access from the function in which it is defined?(a) Static and extern(b) Abstract and static(c) Void and extern(d) Const and staticI had been asked this question by my college professor while I was bunking the class.I need to ask this question from Local Class in division Class Members & Types of Object Oriented Programming |
|
Answer» Correct ANSWER is (a) Static and extern |
|