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
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
Why is it efficient to use System.string under System.Text.StringBuilder ?
What is the difference between const and readonly in c#.net?
What is the output of TextWriterTraceListener redirected?
How can I create image pieces/sub image?
What is private in c#?
Which class comes after the SortedList class?
What is streamreader/streamwriter class?
How can we set class to be inherited, but prevent the method from being over-ridden?
What is difference between ienumerable and iqueryable in c#?
Does c# have a 'throws' clause?
What is difference between overloading and short circuiting?
How do I start a program in c#?
Why are dynamic link library used over static one?
What is the compiler of c#?