Interface have Default Modifier Is 'Public'.Where We Will
Use The KeyWord In Interface?
Answer Posted / 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 |
Post New Answer View All Answers
Explain what is an abstract class?
What are different methods of session maintenance in asp.net?
What is the Intermittent crashing of application in production?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
How does asp net store session ids by default?
Which adapter should you use, if you want to get the data from an access database?
What are the two types of web pages?
Using code explain Configuration Management
How can I create master page in asp net?
Where can I get information on cookies in asp.net?
What is the advantage of using Windows authentication in a Web application?
What is http request and response?
Describe in brief .net framework and its components.
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What are the ways to sending the data in ASP.NET page?