Click here to Skip to main content
15,906,341 members
Home / Discussions / C#
   

C#

 
QuestionMessage Removed Pin
11-Sep-10 3:08
arkiboys11-Sep-10 3:08 
AnswerRe: Calculation Pin
Richard MacCutchan11-Sep-10 3:31
mveRichard MacCutchan11-Sep-10 3:31 
AnswerRe: Calculation Pin
harold aptroot11-Sep-10 3:34
harold aptroot11-Sep-10 3:34 
GeneralMessage Removed Pin
11-Sep-10 3:36
arkiboys11-Sep-10 3:36 
GeneralRe: Calculation Pin
PIEBALDconsult11-Sep-10 4:03
mvePIEBALDconsult11-Sep-10 4:03 
GeneralRe: Calculation Pin
Luc Pattyn11-Sep-10 4:06
sitebuilderLuc Pattyn11-Sep-10 4:06 
GeneralMessage Removed Pin
11-Sep-10 4:06
arkiboys11-Sep-10 4:06 
GeneralRe: Calculation Pin
harold aptroot11-Sep-10 4:12
harold aptroot11-Sep-10 4:12 
GeneralRe: Calculation Pin
PIEBALDconsult11-Sep-10 4:13
mvePIEBALDconsult11-Sep-10 4:13 
AnswerRe: Calculation Pin
PIEBALDconsult11-Sep-10 4:04
mvePIEBALDconsult11-Sep-10 4:04 
GeneralRe: Calculation Pin
arkiboys11-Sep-10 4:11
arkiboys11-Sep-10 4:11 
GeneralRe: Calculation Pin
PIEBALDconsult11-Sep-10 4:37
mvePIEBALDconsult11-Sep-10 4:37 
GeneralRe: Calculation Pin
arkiboys11-Sep-10 4:38
arkiboys11-Sep-10 4:38 
GeneralRe: Calculation Pin
Pete O'Hanlon11-Sep-10 4:56
mvePete O'Hanlon11-Sep-10 4:56 
GeneralRe: Calculation Pin
Luc Pattyn11-Sep-10 4:52
sitebuilderLuc Pattyn11-Sep-10 4:52 
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 
you can't instantiate an interface. When you "pass an interface" as you call it, you actually pass an object, more in particular an instance of some class that implements said interface. Therefore its size depends on the class, not the interface. An interface is a contract, a promise that the class will implement a list of methods and/or properties.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


AnswerRe: Interface and Implementing Class Relationship [modified] Pin
Paul Michalik11-Sep-10 23:04
Paul Michalik11-Sep-10 23:04 
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 

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.