Discussion :: Interfaces
-
Which of the following statements is correct about an interface used in C#.NET?
A.
One class can implement only one interface.
|
B.
In a program if one class implements an interface then no other class in the same program can implement this interface.
|
C.
From two base interfaces a new interface cannot be inherited.
|
D.
Properties can be declared inside an interface.
|
E.
Interfaces cannot be inherited.
|
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment