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
What is final keyword in c#?
Can we customize the serialization process?
What is sqladapter c#?
Explain About Postback
Explain how can you clean up objects holding resources from within the code?
Value Type and Reference Type Data type in C#?
What are indexers in c# .net?
What are the value types in c#?
Can we inherit static class in c#?
What are boxing and unboxing?
Is array immutable in c#?
Is multilevel inheritance possible in c#?
What is lazy loading c#?
What is dbml file in c#?
Is dll a library?