Answer Posted / ragupathy
An Interface is like a class. we can't create object of the
class. we inherit the members of the interface.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What are generic types?
What are the two uses of a ‘using’ statement in c#?
Differentiate between dataset and datareader?
What are the advantages of using c#?
Is int a struct in c#?
Can you declare a class or a struct as constant?
What is the difference between hashtable and dictionary?
Is c# a keyword?
Is it not possible to store a boolean value as a variable?
What does console readline do?
Is c# or c++ better for games?
What is the purpose of a constructor in c#?
Where do we use serialization in c#?
What is difference between comparable and comparator?
Why do we override in c#?