Interface have Default Modifier Is 'Public'.Where We Will
Use The KeyWord In Interface?
Answers were Sorted based on User's Feedback
Answer / shilpa
when we want to implement multiple inheritance in c# then
we use these keyword.inteface means purly abstract class
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / surya narayana panda
When u create an interface then u can delclare with Public
Key word.Like
Public Interface WorkOrder
{
//Decleare Method here.
}
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sandeep
Interface is Implements but never create instant of object
Is This Answer Correct ? | 1 Yes | 0 No |
How does dataset acts in a disconnected fashion ?
What is meant by server side scripting?
How can you provide an alternating color scheme in a Repeater control?
What are client activated objects and server activated objects?
Is web config mandatory?
What is session handling in a webfarm, how it can work with its limits?
Explain about the Class view window?
Which is better php or asp.net?
What is state management technique?
what is assembly?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
How to remove cache object in asp.net?