syntax for writing private method in a interface
Answer Posted / jayamala
By default interface is public.Interface is accessed by
another class it should be public.so we cant write it as a
private.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is static and use of it?
Explain how can I get around scope problems in a try/catch?
How long does it take to learn c# programming?
What is dao in c#?
Differentiate between copy and default constructor.
What is virtual class in C#?
How can we set the class to be inherited, but prevent the method from being over-ridden?
What will be the output of the following code?
Can mvc be used for desktop applications?
What is a di class?
What are controls in c#?
What is dll in c#?
What is the difference between ienumerable and enumerator?
What are winforms in c#?
Give an example of a directcast.