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 |
In ViewState How much lifespan items stored?
What are the steps to follow to host a web application on a web server?
What is difference between masterpage and user control, what is the objective of master page when we had user control in .NET 1.1 version
How do you sign out from forms authentication?
How do you access individual items of an Master Page
Difference between ADO.Net 1.1 and ADO.Net 2.0 ?
What is the purpose of App_Code folder in ASP.NET? Why we this?
0 Answers Sans Pareil IT Services,
How do you associate two or more validators with a single input control? What do you need to do to prevent space from being reserved for a validation control thatpasses its validation test?
What is GAC in ASP.NET 2.0
How do you bind array to gridview? Will it works?
How do you open a page in a new window?
About duration in caching technique ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)