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 does dataset acts in a disconnected fashion ?

3 Answers   TCS,


What is meant by server side scripting?

0 Answers  


How can you provide an alternating color scheme in a Repeater control?

1 Answers  


What are client activated objects and server activated objects?

0 Answers  


Is web config mandatory?

0 Answers  


What is session handling in a webfarm, how it can work with its limits?

0 Answers   Siebel,


Explain about the Class view window?

0 Answers  


Which is better php or asp.net?

0 Answers  


What is state management technique?

0 Answers  


what is assembly?

4 Answers   Microsoft,


How asp.net mvc differs from asp.net web forms? : asp.net mvc

0 Answers  


How to remove cache object in asp.net?

2 Answers   TVS,


Categories