What is the difference between abstract class and
Interface? Give an example how will u write an abstract
class using .NET Framework
Answer Posted / ravi
1. you can inherit a abstract class but only one
but you can implement more than one interface.
2. you can't initiate a n instance of abstract class
3. there may be concrete method in abstract class but all
the method in interface is virtual only , no mrthod
definition can be given in interface.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Use of Enable view state ? if turn off what happen ?
what is the difference between running an application with and without debugger?
What is Com Callable wrapper?when it will created?
What is an interrupt? : .NET Architecture
What is gui programming? : .NET Architecture
what is inheritancy where u required ?
What is a virtual memory? : Dot net architecture
What is the use of web.config?
question related to table havi colspan and row span
Explain the difference between primary & secondary storage device? : .NET Architecture
how to add list of items in a web application and win application?
what is diffrent beatween localprinter and networkprinter
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
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 the fundamental and common properties of .net controls?