D
D
Dmitry Korolev2018-05-07 19:07:47
C++ / C#
Dmitry Korolev, 2018-05-07 19:07:47

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

1 answer(s)
M
MrDywar Pichugin, 2018-05-07
@adressmoeistranici

SOLID, your beech L.
https://metanit.com/sharp/patterns/5.3.php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question