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 decimal and integer?
What are tuples c#?
What is a Assembly?
What is int32?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
Can a private virtual method can be overridden?
What is the difference between func and action delegate?
What are classes in c#?
What does console readkey do in c#?
Is null in c#?
Explain About DTS package
What is disconnected data architecture in c#?
How many digits is a 32 bit number?
Define mutex in C#?
Why do we use overloading in c#?