Click here to Skip to main content
15,917,875 members
Home / Discussions / C#
   

C#

 
GeneralRe: Posting Software to the Web Pin
Ravi Bhavnani22-Feb-08 4:07
professionalRavi Bhavnani22-Feb-08 4:07 
QuestionRe: Posting Software to the Web Pin
danielhasdibs22-Feb-08 4:40
danielhasdibs22-Feb-08 4:40 
GeneralRe: Posting Software to the Web Pin
Not Active22-Feb-08 6:24
mentorNot Active22-Feb-08 6:24 
GeneralRe: Posting Software to the Web Pin
electriac24-Feb-08 12:03
electriac24-Feb-08 12:03 
GeneralRuntime and inheritance Pin
hadad22-Feb-08 2:52
hadad22-Feb-08 2:52 
GeneralRe: Runtime and inheritance Pin
Ravenet22-Feb-08 2:55
Ravenet22-Feb-08 2:55 
GeneralRe: Runtime and inheritance Pin
Abhijit Jana22-Feb-08 3:31
professionalAbhijit Jana22-Feb-08 3:31 
GeneralRe: Runtime and inheritance Pin
Roger Alsing22-Feb-08 3:38
Roger Alsing22-Feb-08 3:38 
Are you asking how inheritance work in runtime?
If it creates an instance of both the baseclass and the subclass?
In that case, no, it doesnt create an object per class.. it creates only one single object.

You can think of it as if all the code in the base class is copied into the subclass when you compile.

(this is not quite how it works, but it might be easier to grasp the concept if you think of it like that..)

"this" and "base" are the same object, its just that when writing "base" you can reffer to methods that was defined in the baseclass... but its still the same object, just a different method you are using.


GeneralYour thoughts required Pin
Fahad_ADO22-Feb-08 2:38
Fahad_ADO22-Feb-08 2:38 
GeneralRe: Your thoughts required Pin
led mike22-Feb-08 4:33
led mike22-Feb-08 4:33 
QuestionRe: Your thoughts required Pin
Fahad_ADO24-Feb-08 5:21
Fahad_ADO24-Feb-08 5:21 
Generalsimple timer Pin
Strategic_Thinker22-Feb-08 2:35
Strategic_Thinker22-Feb-08 2:35 
GeneralRe: simple timer Pin
phannon8622-Feb-08 2:42
professionalphannon8622-Feb-08 2:42 
GeneralRe: simple timer Pin
Xmen Real 22-Feb-08 2:43
professional Xmen Real 22-Feb-08 2:43 
GeneralRe: simple timer Pin
Ravenet22-Feb-08 3:02
Ravenet22-Feb-08 3:02 
GeneralRe: simple timer Pin
Justin Perez22-Feb-08 3:46
Justin Perez22-Feb-08 3:46 
GeneralRe: simple timer Pin
Strategic_Thinker22-Feb-08 3:47
Strategic_Thinker22-Feb-08 3:47 
GeneralCreating a control at runtime ! Pin
Bhimuni22-Feb-08 1:24
Bhimuni22-Feb-08 1:24 
GeneralRe: Creating a control at runtime ! Pin
Xmen Real 22-Feb-08 1:33
professional Xmen Real 22-Feb-08 1:33 
GeneralRe: Creating a control at runtime ! Pin
Bhimuni24-Feb-08 20:50
Bhimuni24-Feb-08 20:50 
GeneralRe: Creating a control at runtime ! Pin
Xmen Real 25-Feb-08 0:06
professional Xmen Real 25-Feb-08 0:06 
GeneralRe: Creating a control at runtime ! Pin
darkelv22-Feb-08 1:51
darkelv22-Feb-08 1:51 
QuestionRe: Creating a control at runtime ! Pin
Bhimuni25-Feb-08 1:11
Bhimuni25-Feb-08 1:11 
Questionhow secure is the key container Pin
poqeqw22-Feb-08 1:21
poqeqw22-Feb-08 1:21 
AnswerRe: how secure is the key container Pin
Mike Dimmick22-Feb-08 1:45
Mike Dimmick22-Feb-08 1:45 

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.