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 managed or unmanaged code?
How do you convert byte array to hexadecimal string, and vice versa?
What is inheritance in csharp?
Explain the ways to deploy an assembly?
How we can create an array with non-default values?
What is a multicast c# delegate?
Is null empty or whitespace c#?
What are the advantages of interface in c#?
What are the Types of optimization and name a few and how do u do?
What is the property of a class in c#?
Is object an int c#?
Does a class need a constructor c#?
What is private and shared assembly?
Can datetime be null c#?
What is the main purpose of linq?