InterviewSolution
Saved Bookmarks
| 1. |
Give the output of the following code fragment: When (i) opn=‘b’ (ii) opn=‘x’ (iii) opn=‘a’ |
|
Answer» (i) Output when the value of opn =‘b’ : Object Oriented Robust and Secure (ii) Output when the value of opn =‘x’ : Wrong Input (iii) Output when the value of opn = ‘a’ : Platform Independent |
|