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
What is difference between asp net and c# net?
Can you have parameters for static constructors?
What is serializable in c#?
How do you remove white spaces from a string?
Define the term immutable ?
What is c-sharp (c#)?
What is difference between struct and class in c#?
What is a static class in c#?
What are delegates?
What does return do in unity?
What is application object in c#?
What is difference between yielding and sleeping?
What is the difference between xml documentation tag?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
Can we instantiate abstract class in c#?