Can we define a variable with the access modifier private
in an interface?
Answer Posted / bindu sharma
No,In an interface we cannot declare any variable either it
is public or private or any other access modifiers.
Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
What is the difference between “finalize” and “finally” methods in c#?
What is using directive in c#?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
Is c and c# the same?
What is delegates in c#?
What is an object and a class?
What is using keyword?
What is the base class of all classes in c#?
When should I throw an exception?
Does unity require coding?
Is as operator in c#?
Write a program to find the angle between the hours and minutes in a clock
Why data types are important?
What is xml serialization in c#?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??