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
What is the difference between file-based dependency and key-based dependency?
What is the difference between a multi-layer and multi-tier applications?
Differentiate between a page theme and a global theme?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Explain about ASP.NET?
Is asp.net different from asp? If yes, explain how?
What is advantage of code behind coding in ASP.NET?
What's the use of response.output.write()?
What does asp in asp.net stand for?
How does u call and execute a sp in .net?
How do you declare static variable? What is its lifetime?
Explain the difference between debug.write and trace.write? When should each be used?
What is break mode?
How do you remove duplicates without using remove duplicate stage?
How do u deploy ur project?