Add to Chrome
✅ 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 віртуальні?
Print()
Calc()
Set()
ToString()
Write()
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!