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
Why do we use Design Pattern in C#?
What is the compiler of c#?
Is c# strongly typed?
can you allow a class to be inherited, but prevent the method from being over-ridden?
Can u list some style properties of List Box?
how to prevent a class from being inherited in c#.net?
Is hashset ordered c#?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
What is main thread in c#?
What are c# types?
What is the implicit name and type of the parameter that gets passed into the class set method?
Are c# destructors the same as c++ destructors?
What is class and object c#?
How can i Spawn a Thread
What is Fragmentation and its Types?