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 do you mean by sealed classes and static classes?
Should I use double or float?
What is response redirect in c#?
What is a console?
What are the new features in c# 2.0?
List the difference between the virtual method and the abstract method?
What is static classes in c#?
Is list immutable in c#?
How to reverse each word in a string using c#?
Explain the difference between private and shared assembly?
What are expressions c#?
What is string class in c#?
Can we inherit a private class in c#?
Please explain value types and reference types used in c#?
What is the adv of using System.Text.StringBuilder over System.String?