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=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b7bb302ee9d32439 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-21 01:40:54 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!oleane.net!oleane!teaser.fr!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Marius Amado Alves Newsgroups: comp.lang.ada Subject: Re: Q: Refactorizing code because Inheritance and Interfaces Date: Tue, 21 Oct 2003 08:38:38 +0000 Organization: Cuivre, Argent, Or Message-ID: References: <8lc761-u81.ln1@boavista.snafu.de> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1066725562 89662 80.67.180.195 (21 Oct 2003 08:39:22 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Tue, 21 Oct 2003 08:39:22 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: In-Reply-To: X-Mailer: Ximian Evolution 1.4.5 X-OriginalArrivalTime: 21 Oct 2003 08:38:35.0561 (UTC) FILETIME=[B785D190:01C397AE] X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Gateway to the comp.lang.ada Usenet newsgroup List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:1259 Date: 2003-10-21T08:38:38+00:00 Michael Erdmann writes: > In order to line up the implemenation of the XML_Reader with the > Abstract_Reader interface i need to rewrite the complete XML_Reader. > Is there any way to avoid such situations? Yes. Formal packages. I'm planning a tutorial on this. Also takes care of interfaces.