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
What are the ways to sending the data in ASP.NET page?
Explain difference between dataset and datareader?
How can we communicate with each server in N-tier Architecture? and what are the methods?
Securitywise What are the Enhancements in 2.0?
How long do session variables last?
What is application variable in asp.net?
What is the sequence in which ASP.NET events are processed?
What are the major built-in objects in ASP.NET?
What is web api config?
can any one find and tell the difference between dot net and php which one is best ? which one we get more salary? which one is stable and which one is best for freshers and also better in future and carrer ? which one we wil get more salary sir ? please send ur valuable suggestions to kiranpulsar2007@gmail.com
What is a postback in asp net?
What is distributed system in asp.net?
Asp pages that worked pefectly on windows 2000 server and iis 5.0 do not work on windows 2003 server with iis 6.0. Asp.net pages work fine. Why?
What is http response header?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?