Click here to Skip to main content
15,885,141 members
Home / Discussions / C#
   

C#

 
QuestionBase Class Constructor on Inheritance Pin
N a v a n e e t h2-Aug-07 21:14
N a v a n e e t h2-Aug-07 21:14 
AnswerRe: Base Class Constructor on Inheritance Pin
Christian Graus2-Aug-07 21:21
protectorChristian Graus2-Aug-07 21:21 
GeneralRe: Base Class Constructor on Inheritance Pin
N a v a n e e t h2-Aug-07 21:24
N a v a n e e t h2-Aug-07 21:24 
GeneralRe: Base Class Constructor on Inheritance Pin
Christian Graus2-Aug-07 21:29
protectorChristian Graus2-Aug-07 21:29 
GeneralRe: Base Class Constructor on Inheritance Pin
N a v a n e e t h2-Aug-07 21:33
N a v a n e e t h2-Aug-07 21:33 
GeneralRe: Base Class Constructor on Inheritance Pin
Christian Graus2-Aug-07 21:35
protectorChristian Graus2-Aug-07 21:35 
GeneralRe: Base Class Constructor on Inheritance Pin
originSH2-Aug-07 21:50
originSH2-Aug-07 21:50 
GeneralRe: Base Class Constructor on Inheritance Pin
Martin#2-Aug-07 21:30
Martin#2-Aug-07 21:30 
Hello,

N a v a n e e t h wrote:
I can't. because I am not in debugger user list.

I have never heard that bevore.
But ok, the answere is "Yes" it will run the base constructor as well.
And it will be worked threw bevor the derived classes constructor
If you have a base constructor which takes parameters, you have to do it like this:

public baseclass(string text, int number)


public derivedclass(string text, int number, .....) : base(text, number)




All the best,

Martin

GeneralRe: Base Class Constructor on Inheritance Pin
N a v a n e e t h2-Aug-07 21:33
N a v a n e e t h2-Aug-07 21:33 
GeneralRe: Base Class Constructor on Inheritance Pin
Martin#2-Aug-07 21:35
Martin#2-Aug-07 21:35 
QuestionValidation Expression Pin
kinnuP2-Aug-07 20:03
kinnuP2-Aug-07 20:03 
AnswerRe: Validation Expression Pin
Christian Graus2-Aug-07 20:07
protectorChristian Graus2-Aug-07 20:07 
GeneralRe: Validation Expression Pin
kinnuP2-Aug-07 20:12
kinnuP2-Aug-07 20:12 
QuestionValidating TextBox Pin
Nisha S.2-Aug-07 18:47
Nisha S.2-Aug-07 18:47 
AnswerRe: Validating TextBox Pin
Christian Graus2-Aug-07 20:05
protectorChristian Graus2-Aug-07 20:05 
GeneralRe: Validating TextBox Pin
Manoj Kumar Rai2-Aug-07 20:47
professionalManoj Kumar Rai2-Aug-07 20:47 
QuestionConvert Loseless JPG image Pin
Darmi2-Aug-07 18:06
Darmi2-Aug-07 18:06 
AnswerRe: Convert Loseless JPG image Pin
Christian Graus2-Aug-07 20:04
protectorChristian Graus2-Aug-07 20:04 
Question[Message Deleted] Pin
mad19822-Aug-07 13:31
mad19822-Aug-07 13:31 
AnswerRe: DirectX Tower Defence Pin
Christian Graus2-Aug-07 14:03
protectorChristian Graus2-Aug-07 14:03 
AnswerRe: DirectX Tower Defence Pin
Dave Kreskowiak2-Aug-07 17:10
mveDave Kreskowiak2-Aug-07 17:10 
AnswerRe: DirectX Tower Defence Pin
Paul Conrad2-Aug-07 18:25
professionalPaul Conrad2-Aug-07 18:25 
GeneralRe: DirectX Tower Defence Pin
Malcolm Smart2-Aug-07 21:01
Malcolm Smart2-Aug-07 21:01 
JokeRe: DirectX Tower Defence Pin
Paul Conrad3-Aug-07 3:30
professionalPaul Conrad3-Aug-07 3:30 
AnswerRe: DirectX Tower Defence Pin
originSH2-Aug-07 21:53
originSH2-Aug-07 21: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.