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
Which of the following API is used to hide a window?
What do you mean by serialization in .NET?
Why do we use abstraction in c#?
What is the default scope of a class in c#?
How to block a class from being inherited further?
What is the use of return in c#?
What is autopostback in c#?
What is func c#?
Name some properties of array.
Define the term immutable ?
Does c# support multilevel inheritance?
What is difference between constants and read-only?
What is the output of TextWriterTraceListener redirected?
Does c# support try-catch-finally blocks?
What are reflections in c#?