Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to create stetmen foreach gridcontrol devexpress Pin
Eddy Vluggen24-Oct-13 0:30
professionalEddy Vluggen24-Oct-13 0:30 
QuestionRoulette wheel selection Pin
Member 995886723-Oct-13 17:16
Member 995886723-Oct-13 17:16 
AnswerRe: Roulette wheel selection Pin
Abhinav S23-Oct-13 20:24
Abhinav S23-Oct-13 20:24 
GeneralRe: Roulette wheel selection Pin
Dave Kreskowiak24-Oct-13 3:21
mveDave Kreskowiak24-Oct-13 3:21 
GeneralRe: Roulette wheel selection Pin
Abhinav S24-Oct-13 3:51
Abhinav S24-Oct-13 3:51 
GeneralRe: Roulette wheel selection Pin
Pete O'Hanlon24-Oct-13 3:53
mvePete O'Hanlon24-Oct-13 3:53 
GeneralRe: Roulette wheel selection Pin
Dave Kreskowiak24-Oct-13 6:32
mveDave Kreskowiak24-Oct-13 6:32 
GeneralBase Class Pin
N8tiv23-Oct-13 12:57
N8tiv23-Oct-13 12:57 
In the book I'm studying and the articles at MSDN, they both say pretty much the same thing…
Just to clarify, in my book it uses this example:
C#
Parent Class
{
    //code
}
Child Class
{
    //code
}
Grandchild Class
{
    //code
}
GreatGrandchild Class
{
    //code
}

The Base Class for Great-Grandchild Class would be the Grandchild Class
The Base Class for The Grandchild Class Would Be the Child Class
The Base Class for the Child Class Would Be the Parent Class

If that is true, in both my book and the articles at MSDN also say if I want to call a method that resides in the parent class from great-grandchild class to use the "base" keyword before the method…
Just a little confusing, maybe I read it wrong and misunderstood it.

Any feedback would be greatly appreciated.

AnswerRe: Base Class Pin
Abhinav S23-Oct-13 18:52
Abhinav S23-Oct-13 18:52 
GeneralRe: Base Class Pin
Bernhard Hiller23-Oct-13 20:25
Bernhard Hiller23-Oct-13 20:25 
GeneralRe: Base Class Pin
N8tiv23-Oct-13 20:34
N8tiv23-Oct-13 20:34 
QuestionOne database and Multiple users ...? Pin
Pdeveloper23-Oct-13 0:16
Pdeveloper23-Oct-13 0:16 
AnswerRe: One database and Multiple users ...? Pin
Pete O'Hanlon23-Oct-13 1:08
mvePete O'Hanlon23-Oct-13 1:08 
GeneralRe: One database and Multiple users ...? Pin
Pdeveloper23-Oct-13 1:21
Pdeveloper23-Oct-13 1:21 
GeneralRe: One database and Multiple users ...? Pin
David C# Hobbyist.23-Oct-13 3:47
professionalDavid C# Hobbyist.23-Oct-13 3:47 
GeneralRe: One database and Multiple users ...? Pin
Ravi Bhavnani23-Oct-13 12:15
professionalRavi Bhavnani23-Oct-13 12:15 
AnswerRe: One database and Multiple users ...? Pin
Abhinav S23-Oct-13 18:53
Abhinav S23-Oct-13 18:53 
QuestionC# WinForms: Is putting a Form inside a Form a "Bad Thing" ? Pin
BillWoodruff23-Oct-13 0:15
professionalBillWoodruff23-Oct-13 0:15 
AnswerRe: C# WinForms: Is putting a Form inside a Form a "Bad Thing" ? Pin
GuyThiebaut23-Oct-13 2:02
professionalGuyThiebaut23-Oct-13 2:02 
GeneralRe: C# WinForms: Is putting a Form inside a Form a "Bad Thing" ? Pin
N8tiv23-Oct-13 13:04
N8tiv23-Oct-13 13:04 
AnswerRe: C# WinForms: Is putting a Form inside a Form a "Bad Thing" ? Pin
Richard MacCutchan23-Oct-13 3:27
mveRichard MacCutchan23-Oct-13 3:27 
AnswerRe: C# WinForms: Is putting a Form inside a Form a "Bad Thing" ? Pin
Eddy Vluggen23-Oct-13 5:12
professionalEddy Vluggen23-Oct-13 5:12 
GeneralRe: C# WinForms: Is putting a Form inside a Form a "Bad Thing" ? Pin
Ravi Bhavnani23-Oct-13 12:06
professionalRavi Bhavnani23-Oct-13 12:06 
GeneralRe: C# WinForms: Is putting a Form inside a Form a "Bad Thing" ? Pin
Eddy Vluggen23-Oct-13 20:41
professionalEddy Vluggen23-Oct-13 20:41 
GeneralRe: C# WinForms: Is putting a Form inside a Form a "Bad Thing" ? Pin
BillWoodruff23-Oct-13 18:39
professionalBillWoodruff23-Oct-13 18:39 

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.