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

C#

 
QuestionWebclient/Webrequest Problem Pin
Planker17-Jan-07 18:45
Planker17-Jan-07 18:45 
QuestionIntegrating Windows operating system with c# Pin
yashpunind17-Jan-07 18:27
yashpunind17-Jan-07 18:27 
AnswerRe: Integrating Windows operating system with c# Pin
Christian Graus17-Jan-07 20:07
protectorChristian Graus17-Jan-07 20:07 
QuestionAbout abstract class Pin
Ravi Shankar4317-Jan-07 18:14
Ravi Shankar4317-Jan-07 18:14 
AnswerRe: About abstract class Pin
Vinay Dornala17-Jan-07 18:55
Vinay Dornala17-Jan-07 18:55 
GeneralRe: About abstract class Pin
Ravi Shankar4317-Jan-07 19:02
Ravi Shankar4317-Jan-07 19:02 
Questionabout Abstract and Interface concept n C# Pin
Vinay Dornala17-Jan-07 18:03
Vinay Dornala17-Jan-07 18:03 
AnswerRe: about Abstract and Interface concept n C# Pin
jdkulkarni17-Jan-07 19:16
jdkulkarni17-Jan-07 19:16 
Dronala,
Abstract classes can have definitions for some of the methods while interface will never have a definition for any method. By default all members in interface are public and you can not modify it. In abstract class this is not the case. You can have any type of access modifier. You can use abstract class where you would like to provide definition for some method in base class itself and those should not be changed by its Childs. You can use interfaces if you want to implement more than one interface and give flexibility to the implementer to decide the behavior of all methods. Smile | :)


Jayant D. Kulkarni
Brainbench Certified Software Engineer in C#, ASP.NET, .NET Framework and ADO.NET

QuestionMoving Multiple Controls at runtime Pin
ArjunMunda17-Jan-07 17:26
ArjunMunda17-Jan-07 17:26 
QuestionDynamically creating objects using reflection Pin
mcd242417-Jan-07 17:01
mcd242417-Jan-07 17:01 
AnswerRe: Dynamically creating objects using reflection Pin
Phillip M. Hoff17-Jan-07 17:15
Phillip M. Hoff17-Jan-07 17:15 
GeneralRe: Dynamically creating objects using reflection Pin
mcd242417-Jan-07 17:22
mcd242417-Jan-07 17:22 
GeneralRe: Dynamically creating objects using reflection Pin
Phillip M. Hoff17-Jan-07 17:37
Phillip M. Hoff17-Jan-07 17:37 
GeneralRe: Dynamically creating objects using reflection Pin
mcd242417-Jan-07 18:07
mcd242417-Jan-07 18:07 
GeneralRe: Dynamically creating objects using reflection Pin
Phillip M. Hoff17-Jan-07 19:17
Phillip M. Hoff17-Jan-07 19:17 
GeneralRe: Dynamically creating objects using reflection Pin
Russell Jones17-Jan-07 23:00
Russell Jones17-Jan-07 23:00 
QuestionC# Dial-up manager Pin
oren201017-Jan-07 15:49
oren201017-Jan-07 15:49 
Questionget folder content form a webservice Pin
gcorgnet17-Jan-07 15:40
gcorgnet17-Jan-07 15:40 
AnswerRe: get folder content form a webservice Pin
mcd242417-Jan-07 17:10
mcd242417-Jan-07 17:10 
QuestionInconsistent Exceptions While Printing Pin
mfgalizia17-Jan-07 14:29
mfgalizia17-Jan-07 14:29 
AnswerRe: Inconsistent Exceptions While Printing Pin
Luc Pattyn17-Jan-07 16:24
sitebuilderLuc Pattyn17-Jan-07 16:24 
GeneralRe: Inconsistent Exceptions While Printing Pin
netJP12L18-Jan-07 4:53
netJP12L18-Jan-07 4:53 
GeneralRe: Inconsistent Exceptions While Printing Pin
mfgalizia18-Jan-07 11:28
mfgalizia18-Jan-07 11:28 
GeneralRe: Inconsistent Exceptions While Printing Pin
mfgalizia21-Jan-07 12:45
mfgalizia21-Jan-07 12:45 
GeneralRe: Inconsistent Exceptions While Printing Pin
mfgalizia21-Jan-07 13:23
mfgalizia21-Jan-07 13:23 

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.