Difference between abstract class and interface
Answer Posted / er. prabhat, tcs
biggest difference:
purpose of class is to represent objects
while
purpose of interface isn't to represent objects.....by
interface programmer gets only method names..but body is 2b
given by him....
now a question arises in my mind...if i'm giving body of
method then why shouln't i giv name too.....hmmmm.....
bete...interface ke methods ke body to programmer deta hai
bt chalata koi aur hai...it is not programmer who calls
these methods..
chinta mat karo...i'm giving example.....
EVENT HANDLING :ActionListener ko implement kiya,
actionPerformed() ki body di....magar actionPerformed() ko
humne nahi chalaya..note it
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I write to the application configuration file at runtime?
Explain write back and write through caches? : .NET Architecture
Define domestic architecture artifacts? : Dot net architecture
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 is Video Streaming in .net??
How do I know when my thread pool work item has completed?
Explain how does .net mobile work? : Microsoft dot net mobile
Explain the race around condition? : .NET Architecture
What are the main Tools to develop .Net Application?
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.
Explain about common language infrastructure?
What is the use of web.config?
What is an asssembly qualified name? Is it a filename? How is it different?
What is ILDASM ?
Define a virtual memory? : Dot net architecture