<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Graeme Geldenhuys via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am So., 18. Apr. 2021, 17:54:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
On 18/04/2021 11:31 am, C Western via fpc-pascal wrote:<br>
>  but there are also case where it never makes sense to <br>
> implement them and calling them indicates a logical error elsewhere in <br>
> the code.<br>
<br>
So do the logical thing... Throw an exception! Don't promote a faulty<br>
compiler. Fix your code instead.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Calling an abstract method will already result in an EAbstractError to be thrown. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>