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

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top