syntax for writing private method in a interface
Answer Posted / vanitha
An interface cannot have private methods. All the member
declarations inside interface are implicitly public.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of abstract class in c#?
What are the steps to create a webservice and consume it?
Can enum have methods c#?
What do you mean by shared assembly?
What is the difference between class and namespace?
Which is faster dictionary or hashtable?
What is a jagged array?
What is the difference while using directive vs using statement ?
What is dependency in software?
What is attribute and reflection in c#?
What is an assembly in .net?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
What is the advantage of extension method in c#?
While debugging a C# application can you change the value of a variable?
What is dependency injection in simple words?