syntax for writing private method in a interface
Answer Posted / manoj dhanik
we cannot change the access modifier of methods private inside interface....n all the methods of interface should be implement in derived class..so the methods should not private
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is concrete method in c#?
What is managed code?
Can partial class be inherited?
In dynamic link library, which api is used for load library?
When Should You Call The Garbage Collector In .net?
What are the types of comment in c# with examples?
Tell me the difference between value passing and address passing?
What is the object class in c#?
What is the difference between throw and throw ex?
What is boxing? Explain its functionality?
Is c++ or c# better?
What is interface used in c#?
what is the default access for a class
Why is hashset faster?
What is the best dependency injection c#?