syntax for writing private method in a interface
Answer Posted / jayamala
By default interface is public.Interface is accessed by
another class it should be public.so we cant write it as a
private.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to use delegates with events?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
What is private readonly in c#?
Why ienumerable is used in c#?
Why to use “finally” block in c#?
List the 5 different access modifiers in c#?
How do I open the console window?
What are the types of attributes in c#?
Explain the difference between “as” and “is” operators used in c#?
What is datatable and dataset in c#?
Explain about Destructor method?
Is there throws keyword in c#?
What is the difference between returning iqueryable vs ienumerable?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
What is difference between dynamic and var in c#?