static classvariable

N

Nils

Hi,
I have derived a class B from A. In both classes I have declared a static
variable with the same name. Do they both exists, or only the one in
Fatherclass A.
For Example:
class A{
static int a;};
class B:A{
static int a;};

Thank you for your Help!!
 
V

Victor Bazarov

Nils said:
I have derived a class B from A. In both classes I have declared a static
variable with the same name. Do they both exists, or only the one in
Fatherclass A.
Both.

For Example:
class A{
static int a;};
class B:A{
static int a;};
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top