<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class="">    > Do you support something like the following?</div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69); min-height: 14px;" class="">    ></div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class="">    > TextDesc = RECORD (TextProtocol.TextDesc, WriteProtocol.WriterDesc) END ;</div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class="">    ></div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class=""><br class=""></div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class="">Yes! But multiple inheritance has it own set of issues, as you’re surely aware.</div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class="">It adds a host of new complexities which are well documented in the literature.</div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class="">Witness the Go or the Java implementations that you mentioned.</div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class=""><br class=""></div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class="">But leaving multiple inheritance aside, I wonder whether can make a point</div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class="">for adopting protocols. So far, I haven’t found any. It seems like one of those</div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class="">features that shouldn’t be there in the first place. Or I am wrong?</div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class=""><br class=""></div><div style="margin: 0px; line-height: normal; color: rgb(69, 69, 69);" class=""><br class=""></div></body></html>