Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48316 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78898 invoked from network); 18 May 2010 15:12:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 May 2010 15:12:43 -0000 Authentication-Results: pb1.pair.com header.from=mathieu.suen@easyflirt.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mathieu.suen@easyflirt.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain easyflirt.com designates 91.199.255.56 as permitted sender) X-PHP-List-Original-Sender: mathieu.suen@easyflirt.com X-Host-Fingerprint: 91.199.255.56 python-06.easyrencontre.com Linux 2.6 Received: from [91.199.255.56] ([91.199.255.56:54578] helo=mail.easyflirt.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 09/42-64118-A6EA2FB4 for ; Tue, 18 May 2010 11:12:42 -0400 Received: from [192.168.0.51] (office.easyrencontre.com [78.155.152.6]) by mail.easyflirt.com (Postfix) with ESMTPSA id 772BD6374DA for ; Tue, 18 May 2010 17:12:39 +0200 (CEST) Message-ID: <4BF2AE6C.2060403@easyflirt.com> Date: Tue, 18 May 2010 17:12:44 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 MIME-Version: 1.0 To: PHP internals Content-Type: multipart/alternative; boundary="------------040908090404020602070808" Subject: Interface and abstract method From: mathieu.suen@easyflirt.com ("mathieu.suen") --------------040908090404020602070808 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, In the SPL there is some interface that have abstract method: *Countable* { /* Methods */ abstract public int count ( void ) } While some interface have "none abstract" method. *OuterIterator* extends Iterator { /* Methods */ public Iterator getInnerIterator ( void ) ..snip.. } Does "abstract" keyword have a semantic? Thanks --Mathieu suen --------------040908090404020602070808--