假设我有2个对象 - 对象A和对象B.对象A引用对象B,对象B引用对象A.
.net c# clr garbage-collection
我想知道是否有人可以建议一个类是否可以同时实现以下接口?
interface a1 { int mycount; } interface a2 { string mycount; } interface a3 { double mycount; }
c# inheritance interface
c# ×2
.net ×1
clr ×1
garbage-collection ×1
inheritance ×1
interface ×1