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 Managed Code??
Expalin the way you implement inheritance by using VB.NET/C#?
Why do we use namespace in c#?
What happens during the process of boxing?
What is function and method in c#?
Is for loop faster than foreach?
Why do we need interface in c#?
How is a strongly-named assembly different from one that isn’t strongly-named?
How many types of namespaces available in version4?
What is the differences between datagrid, datalist and repeater in .net?
What is the signature of a method?
What is a delegate how is it type safe?
What are get and set in c#?
Explain the process of inheriting a class into another class?
How many bytes is an int?