Can we define a variable with the access modifier private
in an interface?
Answer Posted / arpita malviya
Interface cannot contains fields , irrespective of its
access modifier.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Can abstract class have constructor c#?
How to assign Null value to Var?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
What are the Types of values mode can hold session state in web.config
Is comparable a functional interface?
What is #region in c#?
What is mvc in c#?
What is parsing? How to parse a date time string?
Where are value types stored in c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
Why extension method is static?
How does c# achieve polymorphism?
Why delegates are safe in c#?
explain the three services model commonly know as a three-tier application.
What is the usage of OLE?