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 multithreading with .net?
What is difference between write and writeline in c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What is an array class?
What is the and operator in c#?
Explain how do I convert a string to an int in c#?
Explain a MSIL ? Why is it appreciated by all developers?
What are partial classes and use of partial classes?
What is the default value of guid in c#?
How to sort an int array in c#?
What does void do in c#?
Difference between abstract classes and interfaces
What is .dbml file?
Is datetime a value type in c#?
What is .net c#?