Difference between abstract class and interface
Answer Posted / venu
Abstract class and interface
Abstract class we can declare variables here,bt interface we
cannot,interface methods are by default is public,bt
abstract nt.
abstract we can declare object bt we cannot declare instants
of the class.bt interface we cannot do both.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is use of <% %> in asp.net?
Define xmlvalidatingreader class.
What does a switch do?
What is difference between URL and URI?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Explain method to handle error using HttpError in Web API?
What is session state server?
How should I destroy my objects in asp.net?
Explain diff between dataset and datareader?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
What is asp.net ajax?
What are the different types of validation controls in asp.net?
What is the default authentication mode for asp.net?
What is http response header?