Object Oriented Programming

Слайд 2

Multiple Choice Questions(Correct answers are marked with red color)

Which of the following

Multiple Choice Questions(Correct answers are marked with red color) Which of the
statements is wrong:
(i)Mes=123.56; (ii) con=’T’ * ’A’; (iii) This=’T’*20; (iv) 3+a=b;
2. Keywords are case sensitive.(True/ False) .
3. The if-else statement requires integral values in its expression.(True/False)
4. There can more than one default case in the switch-case statement. (True/False)
5. Keywords are not case sensitive.(True/ False)
6. There can be only one default case in the switch-case statement. (True/False)

Слайд 3

Output Based Questions

Output Based Questions