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 |
Explain login controls.
What do you understand from custom control?
What is X-Path?
how many character send in one sms forget 160limit and think about gateway allowed
You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?
What is the difference between sealed vs static class?
What is web.config and machine.config ?
Is it possible to write code in many languages in one asp.net project?
What is synchronous and Asynchronous post back ?
Which authentication uses a combination of windows and iis authentication?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
What is Assert Method ?
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)