Click here to Skip to main content
15,898,373 members
Home / Discussions / C#
   

C#

 
AnswerRe: Disabled/Read-Only Fields Color Pin
SABhatti26-Nov-07 8:11
SABhatti26-Nov-07 8:11 
QuestionSomething like .Groovy for C# Pin
Pooya Musavi26-Nov-07 6:20
Pooya Musavi26-Nov-07 6:20 
AnswerRe: Something like .Groovy for C# Pin
Judah Gabriel Himango26-Nov-07 9:01
sponsorJudah Gabriel Himango26-Nov-07 9:01 
QuestionC# project topic Pin
Dextter26-Nov-07 6:10
Dextter26-Nov-07 6:10 
AnswerRe: C# project topic Pin
Rich Insley26-Nov-07 7:09
Rich Insley26-Nov-07 7:09 
AnswerRe: C# project topic Pin
schoetbi26-Nov-07 10:23
schoetbi26-Nov-07 10:23 
Questiondifference b/w abstract method and interfaces Pin
George Mathew26-Nov-07 5:59
George Mathew26-Nov-07 5:59 
AnswerRe: difference b/w abstract method and interfaces Pin
Colin Angus Mackay26-Nov-07 6:09
Colin Angus Mackay26-Nov-07 6:09 
georgemathew2@hotmail.com wrote:
what is the difference b/w abstract method and interfaces


I think you mean an abstract class and interface.

An abstract class is a class that cannot be instantiated. However, it can contain members (fields, properties, methods, etc.). Some members can be declared as abstract which means that they do not provide any functionality and any derived class is required to implement the behaviour.

An interface does not contain any functionality or data. Some descibe it as providing a contract. If you implement the interface then you are contractually obliged to implement the members it specifies.


Upcoming FREE developer events:
* Developer Day Scotland

My website

AnswerRe: difference b/w abstract method and interfaces Pin
J4amieC26-Nov-07 6:10
J4amieC26-Nov-07 6:10 
AnswerRe: difference b/w abstract method and interfaces Pin
m@u26-Nov-07 6:19
m@u26-Nov-07 6:19 
AnswerRe: difference b/w abstract method and interfaces Pin
PIEBALDconsult26-Nov-07 9:02
mvePIEBALDconsult26-Nov-07 9:02 
Questionthread synchronization Pin
invictus326-Nov-07 5:30
invictus326-Nov-07 5:30 
AnswerRe: thread synchronization Pin
Rob Philpott26-Nov-07 5:40
Rob Philpott26-Nov-07 5:40 
AnswerRe: thread synchronization Pin
Ennis Ray Lynch, Jr.26-Nov-07 7:16
Ennis Ray Lynch, Jr.26-Nov-07 7:16 
QuestionLine Segments [modified] Pin
Jim Warburton26-Nov-07 5:13
Jim Warburton26-Nov-07 5:13 
AnswerRe: Line Segments Pin
Skippums26-Nov-07 7:03
Skippums26-Nov-07 7:03 
GeneralRe: Line Segments Pin
Jim Warburton26-Nov-07 8:10
Jim Warburton26-Nov-07 8:10 
GeneralRe: Line Segments Pin
Skippums26-Nov-07 9:56
Skippums26-Nov-07 9:56 
GeneralRe: Line Segments Pin
Jim Warburton29-Nov-07 4:23
Jim Warburton29-Nov-07 4:23 
AnswerRe: Line Segments Pin
Luc Pattyn26-Nov-07 7:10
sitebuilderLuc Pattyn26-Nov-07 7:10 
GeneralRe: Line Segments Pin
Jim Warburton26-Nov-07 7:57
Jim Warburton26-Nov-07 7:57 
GeneralRe: Line Segments Pin
Luc Pattyn26-Nov-07 8:32
sitebuilderLuc Pattyn26-Nov-07 8:32 
GeneralRe: Line Segments Pin
Jim Warburton26-Nov-07 8:59
Jim Warburton26-Nov-07 8:59 
QuestionHow to know which tree view node on master page is clicked on the form level Pin
ss.mmm26-Nov-07 5:09
ss.mmm26-Nov-07 5:09 
AnswerRe: How to know which tree view node on master page is clicked on the form level Pin
SABhatti26-Nov-07 8:53
SABhatti26-Nov-07 8:53 

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.