Multiple Choice
Which of the following can implement an interface?
1) Data
2) Class
3) Enum
4) Structure
5) Namespace
A) 1, 3
B) 2, 4
C) 3, 5
D) 4 only
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Which is the String method used to
Q4: Which of the following statements is correct?<br>A)When
Q5: Scope of variable is related to definition
Q6: Minimum and Maximum range of values supported
Q7: Which of the following does not store
Q9: What will be output of the following
Q10: What is the size of a Decimal?<br>A)4
Q11: Which of the following is the correct
Q12: Which datatype should be more preferred for
Q13: Which of the following are value types?<br>1)Integer<br>2)Array<br>3)Single<br>4)String<br>5)Long<br>A)1,