Difference between abstract class and interface
Answer Posted / amulraj.m
1)An abstract class is a special kind of class that cannot be instantiated,An interface is not a class. It is an entity that is defined by the word Interface. An interface has no implementation; it only has the signature or in other words.
2)Abstract class should be used as base class.An interface is derived from all classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how we can fire event in databound column in datagrid without using button?
What is cookie less session?
Define cache coherency and how is it eliminated? : Dot net architecture
difference between data reader and dataset
how to change the title of my window?
Explain pipelining? : Dot net architecture
What's new in the .net 2.0 class library?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
question related to table havi colspan and row span
Explain the Lapsed Listener problem in .net
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
What are end points, contract, address and bindings?
I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....
What are library functions?
Explain domestic architecture artifacts? : Dot net architecture