is it possible to do something like `abstract clas...
# announcements
t
is it possible to do something like
abstract class A<T : S> : T
where
T
is an interface?
k
No, classes implement interfaces at compile time. What would it even mean if this worked?