[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: qOOP - Quick Object Oriented Programming
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 30 Mar 2012 14:19:38 +0200
On Fri, Mar 30, 2012 at 2:15 PM, joao lobato <btnfdp.lobato@gmail.com> wrote:
> The variable type matches the constructed Class instead of being the
> most general superclass aplicable? Or an Inteface, otherwise it just
> feels like a PODS. Looks like poor design...
You mean this?
Quacker duck = BirdFactory.makeDuck();
As Obelix once said, These Romans are mad...
steve d.