Interface have Default Modifier Is 'Public'.Where We Will
Use The KeyWord In Interface?

Answers were Sorted based on User's Feedback



Interface have Default Modifier Is 'Public'.Where We Will Use The KeyWord In Interface?..

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

Interface have Default Modifier Is 'Public'.Where We Will Use The KeyWord In Interface?..

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

Interface have Default Modifier Is 'Public'.Where We Will Use The KeyWord In Interface?..

Answer / sandeep

Interface is Implements but never create instant of object

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Describe and In Process Vs Out of Process component. Which is faster?

2 Answers   Syntax Softtech,


What is asp.net web pages?

0 Answers  


What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?

3 Answers   Satyam,


How can you achieve nested Masterpages in 2.0?

1 Answers   Microsoft,


What are server activated objects?

0 Answers  






What are httphandlers and httpmodules and difference between them?

0 Answers  


Explain advantages of caching?

0 Answers  


How you can use video conferencing in asp.net? guys plz help me ...

2 Answers  


Types of caching. How to implement caching?

2 Answers   Microsoft,


Features and disadvantages of dataset ?

4 Answers   Interlink, Microsoft,


What is the Difference between user and server controls?

5 Answers  


Types of values mode can hold session state in Web.Config?

6 Answers   Accenture,


Categories