InterviewSolution
Saved Bookmarks
| 1. |
How can variable type be checked at the runtime? |
|
Answer» A particular TYPE KNOWN as type switch is used to CHECK variable type at RUNTIME and switch. |
|