Multiple Choice
Which of the following statements are correct?1. We can assign values of any type to variables of type object.2. When a variable of a value type is converted to object, it is said to be unboxed.3. When a variable of type object is converted to a value type, it is said to be boxed.4. Boolean variable cannot have a value of null.5. When a value type is boxed, an entirely new object must be allocated and constructed.
A) 2,5
B) 1,5
C) 3,4
D) 2,3
Correct Answer:

Verified
Correct Answer:
Verified
Q13: _ variables are visible only in the
Q14: Correct statement about constructors in C#.NET is
Q15: If s1 and s2 are references to
Q16: What will be the output of the
Q17: The formal-parameter-list is always enclosed in _.<br>A)Square<br>B)Semicolon<br>C)Parenthesis<br>D)Colon
Q19: Which of the following statements are correct
Q20: Which of the following statements is correct
Q21: To overload a method which of the
Q22: Which of the following is the correct
Q23: Which of the following can be facilitated