Click here to Skip to main content
15,891,316 members
Home / Discussions / C#
   

C#

 
GeneralRe: What would be logic?interesting (Visual Studio C# .Net) Pin
Martin#3-Aug-07 0:15
Martin#3-Aug-07 0:15 
GeneralRe: What would be logic?interesting (Visual Studio C# .Net) Pin
zeeShan anSari3-Aug-07 0:49
zeeShan anSari3-Aug-07 0:49 
AnswerRe: What would be logic?interesting (Visual Studio C# .Net) Pin
zeeShan anSari3-Aug-07 1:14
zeeShan anSari3-Aug-07 1:14 
Questioncreating a webservice problems Pin
Daniel_Logan2-Aug-07 21:44
Daniel_Logan2-Aug-07 21:44 
AnswerRe: creating a webservice problems Pin
Christian Graus2-Aug-07 21:52
protectorChristian Graus2-Aug-07 21:52 
GeneralRe: creating a webservice problems Pin
Daniel_Logan2-Aug-07 22:35
Daniel_Logan2-Aug-07 22:35 
GeneralRe: creating a webservice problems Pin
Christian Graus2-Aug-07 22:38
protectorChristian Graus2-Aug-07 22:38 
GeneralRe: creating a webservice problems Pin
Daniel_Logan2-Aug-07 23:02
Daniel_Logan2-Aug-07 23:02 
GeneralRe: creating a webservice problems Pin
Christian Graus2-Aug-07 23:09
protectorChristian Graus2-Aug-07 23:09 
GeneralRe: creating a webservice problems Pin
Daniel_Logan2-Aug-07 23:11
Daniel_Logan2-Aug-07 23:11 
GeneralRe: creating a webservice problems Pin
Christian Graus2-Aug-07 23:23
protectorChristian Graus2-Aug-07 23:23 
GeneralRe: creating a webservice problems Pin
Daniel_Logan2-Aug-07 23:46
Daniel_Logan2-Aug-07 23:46 
GeneralRe: creating a webservice problems Pin
Albu Marius3-Aug-07 0:00
Albu Marius3-Aug-07 0:00 
GeneralRe: creating a webservice problems Pin
Albu Marius3-Aug-07 0:10
Albu Marius3-Aug-07 0:10 
GeneralRe: creating a webservice problems Pin
Daniel_Logan3-Aug-07 0:35
Daniel_Logan3-Aug-07 0:35 
GeneralRe: creating a webservice problems Pin
Albu Marius3-Aug-07 0:44
Albu Marius3-Aug-07 0:44 
GeneralRe: creating a webservice problems Pin
Albu Marius3-Aug-07 0:54
Albu Marius3-Aug-07 0:54 
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

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.