syntax for writing private method in a interface
Answer Posted / anna
we can't have private methods in in interface.
by default all are public
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are the ways in which client can create object on server in cao model?
Why should I use interface in c#?
What is c# in asp net?
Can you prevent a class from being instantiated?
What is difference between class and abstract class in c#?
What is an assembly qualified name
How do I do implement a trace?
What are partial classes and use of partial classes?
What is a .aspx file?
What is the difference between struct and class c#?
How do generics work in c#?
Where do I put dll files?
Can int be null c#?
What is dataset c#?
Can multiple inheritance implemented in c# ?