Multiple Choice
Which of the following statements are correct?1. A struct can contain properties.2. A struct can contain constructors.3. A struct can contain protected data members.4. A struct cannot contain methods.5. A struct cannot contain constants.
A) 1,2
B) 3,4
C) 1,2,4
D) 3,5
Correct Answer:

Verified
Correct Answer:
Verified
Q30: Which of the following is the correct
Q31: C# does not support _ constructors.<br>A)parameterized<br>B)parameter-less<br>C)Class<br>D)Method
Q32: Storage location used by computer memory to
Q33: Which one of the following statements is
Q34: A _ creates an object by copying
Q36: Which of the following statements are correct
Q37: Which of these can be overloaded?<br>A)Constructors<br>B)Methods<br>C)Both a
Q38: Which of the following statements is correct?<br>A)There
Q39: Number of constructors a class can define
Q40: A structure in C# provides a unique