Interface have Default Modifier Is 'Public'.Where We Will
Use The KeyWord In Interface?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / sandeep
Interface is Implements but never create instant of object
Is This Answer Correct ? | 1 Yes | 0 No |
What threading model used in asp and asp.net?
how many databases and tables are uses in one project?
How long should a session id be?
Explain the difference between asp & asp.net.
Suppose you want a certain ASP.NET function executed on MouseOver overa certain button. Where do you add an event handler?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
Explain Session state management options in ASP.NET.
What is application session?
Which method is used to perform all validation at the page level?
0 Answers Sans Pareil IT Services,
What is the use of express session?
How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?
Explain login controls.