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
Is hashset serializable c#?
What is check/uncheck?
Is c# a technology?
What is difference between struct and class in c#?
What is string class in c#?
Explain the 3 types of properties in c# with an example?
What is difference between encapsulation and abstraction in c#?
What is a multicast delegate in c#?
How are Windows programs different from normal C-programs?
Is datetime a value type in c#?
Define a class and an object?
What is private protected in c#?
Can you declare a class or a struct as constant?
what is IEquatable
Explain the OOPS concept in C#?