syntax for writing private method in a interface
Answer Posted / manoj dhanik
we cannot change the access modifier of methods private inside interface....n all the methods of interface should be implement in derived class..so the methods should not private
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How many digits are in an integer?
How does one compare strings in c#?
What is a jagged array?
What is extension method in c# and how to use them?
Is javascript harder than c#?
What is difference between method and function in c#?
What is the difference between finalize() and dispose()?
Does google use c#?
What is dictionary and hashtable in c#?
Why do we need to override in c#?
What is difference between new and override in c#?
What is the execution entry point for a c# console application?
Difference between StackPanel and RelativePanel ?
Explain streamreader/streamwriter class?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?