<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 12, 2015 at 11:51 AM, Graeme Geldenhuys <span dir="ltr"><<a href="mailto:mailinglists@geldenhuys.co.uk" target="_blank">mailinglists@geldenhuys.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The syntax diagram suggests that multiple interfaces can't be specified<br>
in the "heritage" section.<br></blockquote></div><br>Are you saying that interfaces allow multiple inheritance? I don't think they do.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">A class can implement multiple interfaces (thus the listing them through the comma is fine), but an interface can inherit only from one interface.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">thanks,<br></div><div class="gmail_extra">Dmitry<br></div></div>