logo

Crowdly

Browser

Add to Chrome

class A {      public virtual void Write() { /*...*/ }      protect...

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

class A

{

    

public virtual void Write() { /*...*/ }

    

protected void Set() { /*...*/ }

}

class B : A

{

    

public override void Write() { /*...*/ }

    

public void Print() { /*...*/ }

    

public virtual void Calc() { /*...*/ }

    

public override string ToString() { /*...*/ }

}

Які методи в класі B віртуальні?

0%
100%
0%
100%
100%
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