differences between class inheritance and interface?
Answer Posted / chandra prakash
The most important technical distinction between creating a derived class and implementing an interface is that a derived class can only inherit from one base class, but a class can implement any number of interfaces.
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is %20 in a url?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
How to set the pane area to transparent of a scrollPane component.?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
What is the server of asp.net?
How to display validation messages in one control?
How will create assesblies at run time?
What is the function of new view engine in asp.net? : asp.net mvc
What is server infrastructure & server components?
What is the difference between dispose() and finalize()?
Who can consume WebAPI?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is protected configuration?
Explain the basic functionality of garbage collector?