Answer Posted / vishal
Implementing an interface doesn't necessarily mean
implementing all methods of that interface.
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
What's the difference between abstraction and encapsulation?
What are the types of access modifiers?
Where do we use serialization in c#?
How many kinds of elements an array can have?
What is the difference between dynamic type variables and object type variables in c#?
Can we have two main methods in c#?
What is the difference between read and readline in c#?
What is the purpose of constructor in c#?
What is tpl in c#?
How do I format a string in c#?
What are partial types in c#?
Is c# substring zero based?
What does exclamation mark mean in access query?
what is boxing and unboxing?can we initialize unboxing directly?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?