InterviewSolution
Saved Bookmarks
| 1. |
To what type of object does the container can be instantiated?(a) int(b) float(c) double(d) any type of object |
|
Answer» Correct option is (d) any type of object Explanation: All type of object does the container can be instantiated. |
|