Multiple Choice
Which of the following statements is correct?
A) When a class inherits an interface it inherits member definitions as well as its implementations.
B) An interface cannot contain the signature of an indexer.
C) Interfaces members are automatically public.
D) To implement an interface member, the corresponding member in the class must be public as well as static.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Which is not a main component of
Q2: Which of the following is NOT an
Q3: Which is the String method used to
Q5: Scope of variable is related to definition
Q6: Minimum and Maximum range of values supported
Q7: Which of the following does not store
Q8: Which of the following can implement an
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