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

what is difference between User Control,Custom Contro1,Web server control and template controls

1 Answers  


What are the data types is possible to store in session? and can we store dataset in session?

4 Answers   eMids,


What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

0 Answers  


What is session start?

0 Answers  


Why do we need master page in asp.net?

0 Answers  


Why is this service branded with windows livetm?

0 Answers  


What is the difference between the get method () and post method ()?

0 Answers  


how to encrypt a connection string in web.config file?

3 Answers   Hexaware,


Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe concept?

3 Answers   AFAS, Take United,


Describe the master page.

0 Answers  


What is the difference between Proxy and Contract?

1 Answers  


Explain weak typing and strong typing.

0 Answers  


Categories