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
Give an example of a ctype.
What does console readline do?
What is inumerable?
How more than one version of an assembly can keep in same place?
1. Describe page life cycle?
Can private virtual methods be overridden in c#.net?
What are the extension methods in c#?
What is the use of table aliases?
Can you have parameters for static constructors?
What is a cshtml file?
What are the various components in crystal reports?
Can firstordefault return null?
Explain how can you clean up objects holding resources from within the code?
Are c# strings immutable?
Explain what is the smallest unit of execution in .net?