What is an Interface and What is an Abstract Class?
Answer Posted / lalit
An abstract class is a parent class that allows inheritance
but can never be instantiated
Abstract classes are the classes with no implementation of
methods or concerete implementation of methods
An Interface can inherit several interfaces.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is session management in web application?
What are the uses of list view control in Asp.net?
What is a proxy in web service?
Can we create a multiple user simultaneously ?
What is the procedure to create the environment for asp.net? : asp.net mvc
Define reflection in .net?
How would you turn off cookies on a page of a website?
Explain the difference between asp & asp.net.
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What describes a query?
How can you pass multiple complex types in Web API?
What is asp.net used for?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?