Discussion :: Interfaces
-
Which of the following statements is correct about Interfaces used in C#.NET?
A.
All interfaces are derived from an Object class.
|
B.
Interfaces can be inherited.
|
C.
All interfaces are derived from an Object interface.
|
D.
Interfaces can contain only method declaration.
|
E.
Interfaces can contain static data and methods.
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment