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 many validators do ASP.NET have?

1 Answers   QuestPond,


If cookies is disabled in client browser will session work ?

7 Answers   Satyam,


Which browsers support the xmlhttprequest object?

1 Answers  


1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

1 Answers   Marlabs,


What is query string with example?

1 Answers  


Why session is more secure than cookies?

1 Answers  


ASP.NET Web Service

1 Answers  


What is the difference between appsetting and connectionstring tags in web.config file

2 Answers   HCL, TCS,


What is virtual directory in asp.net?

1 Answers  


What is css and what is it used for?

1 Answers  


Why is catch(Exception) almost always a bad idea?

4 Answers  


What are the asp.net 2.0 features?

1 Answers  


Categories