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 a framework in c#?
What is ado net in c#?
Why do we need to call CG.SupressFinalize?
Is static thread safe?
Why do we use methods in c#?
What is the difference between abstract and abstraction?
Is xml tags are case sensitive?
How do I declare inout arguments in c#?
How many keyword present in C# language ?
What is the advantage of dependency injection?
What is private readonly in c#?
How many types of inheritance are there in c#?
What is console readkey ()?
What is private class in c#?
Can we store different data types in arraylist in c#?