What is an Interface and What is an Abstract Class?
Answer Posted / manoj kumar tripathi
We can not create object of abstract class.It is base class
which inherit by other class.we can give at least one
definition in the class.It support inheritance.
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
Difference between web user control and web custom control?
Difference between using directive vs using statement?
How ViewstateMac works?
What is marshalling ? Is it a part of asp.net ?
What are the types of session in asp.net?
Name some asp objects?
How does output caching work in ASP.NET?
What is asp.net futures?
What is the difference between ldap and active directory?
When we use cookie less session? Explain its working?
What are resource file and how do we generate resource file?
What is master page in dtp?
What is active web page?