Contrast the use of an abstract base class against an interface?
Answer Posted / kavita sharma
Abstract classes can provide implementations for methods and
properties. Interfaces only provide required declarations.
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
How you can add an event handler?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
Less than one page, how many windows will you be able to maintain?
Which method is used to perform all validation at the page level?
Explain diff between dataset and datareader?
What is a SESSION and APPLICATION object?
What does uri mean?
What kind of data we can store in viewstate?
Explain parts of assembly?
Where is asp.net view state stored?
How can you implement encapsulation in asp.net?
What is the difference between custom controls and user controls?
Can you change a master page dynamically at runtime? How?
What is state management techniques in asp.net?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?