differences between class inheritance and interface?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
difference between gridview,data list and repeater control
What is the purpose of master page?
Why asp.net is used?
What are the event handlers that can be included in the Global.asax file?
Difference between Array and ArrayList? How Array is benifitful than ArrayList?
What is Runtime callable wrapper?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What are the file extensions for razor views?
How do we sort the data from a dataset?
What are the ways of preserving data on a Web Form in ASP.NET?
web user and custom conrols
WSDL means?