logo

Crowdly

Browser

Add to Chrome

class C1 {      byte A;      public bool B;      protected int ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

class C1

{

    

byte A;

    

public bool B;

    

protected int C;

    

public C1() { }

}

class C2 : C1

{

    

protected short E;

    

public char F;

    

private int G;

}

class C3 : C2

{

    

double H;

    

public int J;

    

public C3() { }

}

Які поля об'єкта класу C2 доступні для інших класів?

0%
0%
0%
0%
100%
0%
More questions like this

Want instant access to all verified answers on dl.nure.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome