From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:ac12:: with SMTP id e18mr37811136qkm.94.1579254481471; Fri, 17 Jan 2020 01:48:01 -0800 (PST) X-Received: by 2002:aca:4b46:: with SMTP id y67mr2790746oia.121.1579254481201; Fri, 17 Jan 2020 01:48:01 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!g89no5671019qtd.0!news-out.google.com!w29ni1499qtc.0!nntp.google.com!g89no5671012qtd.0!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 17 Jan 2020 01:48:00 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=95.34.36.27; posting-account=bPTmZAoAAAC_6HP9XLKB9aAAxBa6BuOR NNTP-Posting-Host: 95.34.36.27 References: <755521b8-d0a8-41bd-b547-da1136e3b8e1@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: How to stop inheritance in a good way? From: reinert Injection-Date: Fri, 17 Jan 2020 09:48:01 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57858 Date: 2020-01-17T01:48:00-08:00 List-Id: Seems like I end up in a mess if I try to avoid such inheritance :-) Maybe better to try to stick properly with the OOP dogmas and shape up the concepts.