syntax for writing private method in a interface
Answer Posted / pankaj
we cnt write private methods in an interface.as we have to
inherit that method its by default on public scope
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What happens during the process of boxing?
What is boxing & unboxing?
What is a console device?
What is the use of partial methods?
What is a float?
What is a partial class in c#?
What is the difference between static and private constructor in c#?
What is difference between ilist and list in c#?
To create a localized application which namespaces are necessary?
What is better C# or VB.NET?
Explain how do I convert a string to an int in c#?
What is class and object c#?
What are the types of class in c#?
What do you mean by jagged array?
Can we change static variable value in c#?