InterviewSolution
Saved Bookmarks
| 1. |
How many objects can be referenced from the same variables?(a) One at a time(b) Many at a time(c) Many using array name(d) 7 at max at same timeI had been asked this question in unit test.I want to ask this question from Object Reference topic in chapter Object of Object Oriented Programming |
|
Answer» Right CHOICE is (a) One at a time |
|