syntax for writing private method in a interface
Answer Posted / anna
we can't have private methods in in interface.
by default all are public
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between malloc () and new?
What are the three types of predicates?
What is form feed and carriage return?
Who is a accessibility modifier “protected internal†available to ?
How does dictionary work in c#?
How do you define a predicate?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
What is static variable in c#?
What is func c#?
What is interface used in c#?
Why do we use public static void main in c#?
What are the advantages of using delegates in c#?
What is data adapter in c#?
What is the base class in .net from which all the classes are derived from?
Can abstract classes be final?