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
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
Name the tools or API for developing or testing web api?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What is sta?
Why is global asax is used?
How to disable validator control by client side JavaScript?
Is post back property in asp net?
How can we identify that the page is post back in asp net?
How can I have a particular web page in an asp.net application which displays its own error page?
What is sql data source control in asp.net?
What are all the various Estimation Techniques available ?
What asp.net control can embed xaml into asp.net pages?
How many languages are supported by .NET at present time?
What is the use of session state and application state and difference between them?
Explain the code Access Security (CAS) in .net Framework?