Answer the question
In order to leave comments, you need to log in
Is such a scheme of inheritance acceptable?
public class A : IEnumerable
{
//
public class AA
{ // }
}
public class B : A
{
//
public class BB : AA
{//}
}
Answer the question
In order to leave comments, you need to log in
SOLID, your beech L.
https://metanit.com/sharp/patterns/5.3.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question