differences between class inheritance and interface?
Answer Posted / 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 |
Post New Answer View All Answers
what is publisher?
What do you mean by query string?
In a Repeater control how one can provide an alternating color scheme ?
Explain the use of dataadapter.
Where would you use an ihttpmodule, and what are the limitations of any?
Do you know using sql cache invalidation?
Web API supports which protocol?
Explain what is clr?
What is the difference between dynamic SGA and static SGA?
What events will occur when a page is loaded?
What is the good practice to implement validations in aspx page?
In ViewState How much lifespan items stored?
Which is better session or viewstate?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Is there any limit for query string? Means what is the maximum size?