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
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Which property is used to identify the Page is Post Back in ASP.NET?
Do you support digital rights management to protect my videos?
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
Is there any alternative to avoid name collisions other then Namespaces?
What is form submit?
What is a web based system?
What is OSI layer? Explain different layers.
What permissions do asp.net applications posses by default?
What is the significance of attaching a profile while creating a user?
To add a hyperlink column to the DataGrid which tag is used ?
What symbol would you use to denote, the start of a code block in aspx views?
Why session is more secure than cookies?
What is %20 in a url?
Explain diff. Between friend and protected friend?