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 |
what is difference between User Control,Custom Contro1,Web server control and template controls
What are the data types is possible to store in session? and can we store dataset in session?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is session start?
Why do we need master page in asp.net?
Why is this service branded with windows livetm?
What is the difference between the get method () and post method ()?
how to encrypt a connection string in web.config file?
Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe concept?
Describe the master page.
What is the difference between Proxy and Contract?
Explain weak typing and strong typing.