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

How do you create master pages in asp.net?

2 Answers   Wipro,


hi im shailendra singh my question is how we deploye the data base

3 Answers   HCL,


What is postback in asp net?

0 Answers  


How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)

2 Answers  


Difference between web.config and app.config?

3 Answers   ITC Infotech, Jenesys Technologies,






How do you declare static variable?

0 Answers  


What is Bundling and Minification in MVC?

0 Answers   HCL,


Is asp.net mvc still used? : Asp.Net MVC

0 Answers  


In which situation can you not use a viewstate?

0 Answers  


what is the difference between assemblyinfo and webconfig files?

1 Answers  


What is Auto-event wireup? what is the default value for this? when u change the value what will happen?

1 Answers   CMC,


How can we Maintain more than on config file in one .Net web application and how?

1 Answers   USi,


Categories