Click here to Skip to main content
15,915,600 members
Home / Discussions / C#
   

C#

 
AnswerRe: What is the difference between static,readonly and constant ? Pin
EliottA13-Dec-09 17:22
EliottA13-Dec-09 17:22 
GeneralRe: What is the difference between static,readonly and constant ? Pin
Abhinav S13-Dec-09 17:28
Abhinav S13-Dec-09 17:28 
GeneralRe: What is the difference between static,readonly and constant ? Pin
dan!sh 13-Dec-09 17:33
professional dan!sh 13-Dec-09 17:33 
GeneralRe: What is the difference between static,readonly and constant ? Pin
Abhinav S13-Dec-09 17:35
Abhinav S13-Dec-09 17:35 
AnswerRe: What is the difference between static,readonly and constant ? Pin
puri keemti13-Dec-09 21:09
puri keemti13-Dec-09 21:09 
QuestionWhen we have to use abstract and when we have to use interface ? Pin
md_azy13-Dec-09 16:11
md_azy13-Dec-09 16:11 
AnswerRe: When we have to use abstract and when we have to use interface ? Pin
puri keemti13-Dec-09 21:15
puri keemti13-Dec-09 21:15 
AnswerRe: When we have to use abstract and when we have to use interface ? Pin
PIEBALDconsult14-Dec-09 6:24
mvePIEBALDconsult14-Dec-09 6:24 
You never have to use either.


When defining a group of similar classes you may find it beneficial to define an interface (or more than one) that specifies what things the classes have in common.

If there is some common code that the classes should share, you may want to put that code in a base class. If that base class itself should not be instantiated, then you may want to mark it as abstract.


In the long run, you probably should always define an interface whenever you define a base class.
QuestionHow to collect and download links with documents automatics? Pin
Member 216810313-Dec-09 11:15
Member 216810313-Dec-09 11:15 
AnswerRe: How to collect and download links with documents automatics? Pin
Mycroft Holmes13-Dec-09 13:50
professionalMycroft Holmes13-Dec-09 13:50 
GeneralRe: How to collect and download links with documents automatic? Pin
Member 216810311-Jan-10 23:04
Member 216810311-Jan-10 23:04 
QuestionMutiplication error? Pin
cgl3200013-Dec-09 6:45
cgl3200013-Dec-09 6:45 
AnswerRe: Mutiplication error? PinPopular
PIEBALDconsult13-Dec-09 6:47
mvePIEBALDconsult13-Dec-09 6:47 
AnswerRe: Mutiplication error? Pin
DaveyM6913-Dec-09 8:21
professionalDaveyM6913-Dec-09 8:21 
GeneralRe: Mutiplication error? Pin
harold aptroot13-Dec-09 8:53
harold aptroot13-Dec-09 8:53 
GeneralRe: Mutiplication error? Pin
dan!sh 13-Dec-09 15:52
professional dan!sh 13-Dec-09 15:52 
AnswerRe: Mutiplication error? Pin
#realJSOP13-Dec-09 11:33
professional#realJSOP13-Dec-09 11:33 
Questionbackup and restore from database Pin
farokhian13-Dec-09 6:18
farokhian13-Dec-09 6:18 
AnswerRe: backup and restore from database Pin
Mycroft Holmes13-Dec-09 13:53
professionalMycroft Holmes13-Dec-09 13:53 
QuestionHow to Add context menu strip in notify icon of c# console application Pin
AhmedMasum13-Dec-09 5:39
AhmedMasum13-Dec-09 5:39 
AnswerRe: How to Add context menu strip in notify icon of c# console application Pin
Luc Pattyn13-Dec-09 9:05
sitebuilderLuc Pattyn13-Dec-09 9:05 
GeneralRe: How to Add context menu strip in notify icon of c# console application Pin
AhmedMasum13-Dec-09 18:49
AhmedMasum13-Dec-09 18:49 
GeneralRe: How to Add context menu strip in notify icon of c# console application Pin
AhmedMasum14-Dec-09 20:38
AhmedMasum14-Dec-09 20:38 
Questionexport without the Microsoft report control Pin
Jassim Rahma13-Dec-09 2:29
Jassim Rahma13-Dec-09 2:29 
Questiontable's footer at the bottom [Microsoft Report - RDLC] Pin
Jassim Rahma13-Dec-09 2:27
Jassim Rahma13-Dec-09 2:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.