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 postback and autopostback in asp.net?
What is the life-span of the items in the viewstate?
What is __ requestverificationtoken?
What are the two types of web pages?
What is the purpose of session management?
How does the iis work?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Can we create a multiple user simultaneously ?
What is a web pool?
Explain the steps needed to be performed in order to create an animation in xaml?
If we remove web.config or machine.config from the application then, is this application will works?
Explain how can we inherit a static member?
What is a 401 redirect?
What is difference between asp state management and asp.net state management?
What is app_code folder in asp net?