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 |
Describe and In Process Vs Out of Process component. Which is faster?
What is asp.net web pages?
What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
How can you achieve nested Masterpages in 2.0?
What are server activated objects?
What are httphandlers and httpmodules and difference between them?
Explain advantages of caching?
How you can use video conferencing in asp.net? guys plz help me ...
Types of caching. How to implement caching?
Features and disadvantages of dataset ?
4 Answers Interlink, Microsoft,
What is the Difference between user and server controls?
Types of values mode can hold session state in Web.Config?