logo

Crowdly

Browser

Add to Chrome

public class Const : Expr { public int Value { get; } public Const(int ...

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

public class Const : Expr

{

public int Value { get; }

public Const(int v)=>Value=v;

public override int Eval(Context _) => Value;

}

Чому Context ігнорується у Const.Eval?

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

Want instant access to all verified answers on do.ipo.kpi.ua?

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

Browser

Add to Chrome