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
Can delegates be used as callbacks?
Is c# difficult to learn?
What is concrete class in c# with example?
Why do I get a security exception when I try to run my c# app?
What is predicate builder?
What is the benefit of dependency injection c#?
What is yield in c#?
What is a console device?
What is the difference between serialization and deserialization in c#?
What is difference between static and readonly in c#?
What is session and cookies in c#?
What is lock statement in C#?
Explain the working of serialization?
How can I create image pieces/sub image?
What is for loop in c#?