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
Define xmlreader class.
Why select Web API?
How to do state management in ASP.NET?
Explain difference between dataset and datareader?
How can you identify that the page is post back?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What is AutoPostback?
How to create events for a control?
What are the contents of cookie?
What is a response cookie?
In which event of the page life cycle, is the viewstate available?
Why cyclomatic complexity is important?
What is difference between View State and Hidden Field in ASP.NET?
What are the differences between primary foreign and unique keys?
What is asp.net introduction?