What is the differances between a abstract calss and
interface
Answer Posted / gyan
abstract class may contain concreate methods with abstract
methods where as interface containls only abstract methods
by default all methods in interface are public
where as abstract class can contain all modifiers except
private
abstract class involves in inheriting chain . where as
interfaces there is no need to follow inherit chain
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Please briefly explain the usage of global.asax?
Which is the parent class of the web server control?
How does u get record no from 5 to 15 from a dataset of 100 records?
What is page fragment caching?
Can you set the session out time manually?
What is bson in web api?
What is AutoPostback?
How you can add an event handler?
What are the Types of state management techniques
Explain the difference between the web config and machine config.
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
Who generates session id?
Why is this service branded with windows livetm?
Explain the main differences between asp and asp.net?
Explain how viewstate is being formed?