Click here to Skip to main content
15,896,456 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calculation Pin
OriginalGriff11-Sep-10 5:56
mveOriginalGriff11-Sep-10 5:56 
GeneralRe: Calculation Pin
Luc Pattyn11-Sep-10 6:11
sitebuilderLuc Pattyn11-Sep-10 6:11 
QuestionCheckedListBox Pin
jojoba201110-Sep-10 20:06
jojoba201110-Sep-10 20:06 
AnswerRe: CheckedListBox Pin
Tony Richards11-Sep-10 0:56
Tony Richards11-Sep-10 0:56 
QuestionRe: Interface and Implementing Class Relationship Pin
infinateone10-Sep-10 14:37
infinateone10-Sep-10 14:37 
AnswerRe: Interface and Implementing Class Relationship Pin
PIEBALDconsult10-Sep-10 15:07
mvePIEBALDconsult10-Sep-10 15:07 
AnswerRe: Interface and Implementing Class Relationship Pin
Luc Pattyn10-Sep-10 17:11
sitebuilderLuc Pattyn10-Sep-10 17:11 
AnswerRe: Interface and Implementing Class Relationship [modified] Pin
Paul Michalik11-Sep-10 23:04
Paul Michalik11-Sep-10 23:04 
I had to read your question twice to understand it. The answers to your questions are (in the order):
1. Yes, it is just a pointer
2. No, an interface only points to something, it always takes the same amount of memory and
3.1 No it does not take the same amount of memory as the class (which implements it) and
3.2 No, it is just an address
...to express it in your words. An interface is a reference type, meaning that it always only points to something which 'implements it'. That might be a value or reference type but that does not matter. I heartily recommend to read on a bit about basics of C#, since you seem to have missed some very central points.

btw, you should also re-read on the meaning of ref, I am quite sure that you misinterpreted that too...

modified on Sunday, September 12, 2010 6:47 AM

GeneralRe: Interface and Implementing Class Relationship [modified] Pin
infinateone12-Sep-10 9:01
infinateone12-Sep-10 9:01 
GeneralRe: Interface and Implementing Class Relationship Pin
Pete O'Hanlon12-Sep-10 10:16
mvePete O'Hanlon12-Sep-10 10:16 
GeneralRe: Interface and Implementing Class Relationship Pin
infinateone12-Sep-10 10:44
infinateone12-Sep-10 10:44 
AnswerRe: Interface and Implementing Class Relationship Pin
infinateone12-Sep-10 11:07
infinateone12-Sep-10 11:07 
GeneralRe: Interface and Implementing Class Relationship Pin
Paul Michalik12-Sep-10 20:30
Paul Michalik12-Sep-10 20:30 
GeneralRe: Interface and Implementing Class Relationship Pin
infinateone13-Sep-10 4:38
infinateone13-Sep-10 4:38 
GeneralRegular Expressions Pin
Bassam Abdul-Baki10-Sep-10 3:53
professionalBassam Abdul-Baki10-Sep-10 3:53 
GeneralRe: Regular Expressions Pin
Luc Pattyn10-Sep-10 3:58
sitebuilderLuc Pattyn10-Sep-10 3:58 
GeneralRe: Regular Expressions Pin
Bassam Abdul-Baki10-Sep-10 4:09
professionalBassam Abdul-Baki10-Sep-10 4:09 
GeneralRe: Regular Expressions Pin
PIEBALDconsult10-Sep-10 4:24
mvePIEBALDconsult10-Sep-10 4:24 
GeneralRe: Regular Expressions Pin
Bassam Abdul-Baki10-Sep-10 4:26
professionalBassam Abdul-Baki10-Sep-10 4:26 
GeneralRe: Regular Expressions Pin
PIEBALDconsult10-Sep-10 4:37
mvePIEBALDconsult10-Sep-10 4:37 
GeneralRe: Regular Expressions Pin
Bassam Abdul-Baki10-Sep-10 4:46
professionalBassam Abdul-Baki10-Sep-10 4:46 
GeneralRe: Regular Expressions Pin
Alan Balkany10-Sep-10 4:02
Alan Balkany10-Sep-10 4:02 
GeneralRe: Regular Expressions Pin
Bassam Abdul-Baki10-Sep-10 4:11
professionalBassam Abdul-Baki10-Sep-10 4:11 
GeneralRe: Regular Expressions Pin
Alan Balkany10-Sep-10 4:12
Alan Balkany10-Sep-10 4:12 
GeneralRe: Regular Expressions Pin
Bassam Abdul-Baki10-Sep-10 4:15
professionalBassam Abdul-Baki10-Sep-10 4:15 

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.