syntax for writing private method in a interface
Answer Posted / vanitha
An interface cannot have private methods. All the member
declarations inside interface are implicitly public.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What is the advantage of extension method in c#?
What is private in c#?
Name the two classes are required for implementing a windows service?
how to insert the data from the grid view to database table though button click.pls send the answer to mail id suri1319@gmail.com
What do you know about WM_CHAR message?
Are all methods virtual in c#?
What is xml c#?
What is the difference between writeline and write in c#?
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is the difference between hashtable and dictionary in c#?
What is out int in c#?
Can constructor be private c#?
Explain the clr triggers?
What are the fundamental differences between value types and reference types?
Explain how do you convert a value-type to a reference-type?