differences between class inheritance and interface?
Answer Posted / waqas ahmed
In C++, multiple class inheritance was allowed but in C# it
is not. The alternate for multiple inheritance is the use of
interface, it works like a pure abstract class (having
methods prototype only and have to be implemented by the
class that is inheriting the interface)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to manage different kinds of sessions in ASP.NET?
What is ispostback method in asp.net? Why do we use that?
What is the asp.net control toolkit?
How does viewstate work?
What is manifest in .net framework?
Explain global assembly cache.
Is it right that ASP.NET Web API has replaced WCF?
Can I read the hard disk serial # of the client computer using asp.net?
How would you turn off cookies on one page of your website?
What are the new navigation controls in asp.net 2.0?
When was asp.net released?
What is asp.net web pages?
Explain how is a property designated as read-only?
What is .net remoting?
Is viewstate enabled by default?