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 serialization in unity?
what is the difference between the debug class and trace class?
What is console readkey in vb net?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
Which operator cannot be overloaded in c sharp?
What is the difference between read and readline in c#?
What are the benefits of using generics in c#?
What is the difference between abstract class and interface in c#?
What is Delegate and what is it used for ?
What is c# windows form application?
Does constructor return any value in c#?
How does array sort work?
Are c# tuples immutable?
Give examples for reference types?
Why we use get and set property in c#?