syntax for writing private method in a interface
Answer Posted / uma
By default all methods in the interface are not just
public !!!!! They are Public abstract.
Because methods of Interface will get override in the
Derived classes
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between private and protected in c#?
What is xml comments in c#?
What is the difference between const and readonly in c#.net?
Do unused Namespaces in c# affect run-time performance?
What are logical operators in c#?
What is inheritance c#?
What does int32 mean?
How to find out that the code is written as managed or un-managed code?
Is array a list?
What is the difference between int and int in c#?
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
what is the meaning of Object lifetime in OOPS
What is class in oops with example in c#?
What is inline function in c#?
What is a method c#?