http://www.perlmonks.org?node_id=318360


in reply to Re: Re: Re: The world is not object oriented
in thread The world is not object oriented

Yes and no. It's exceedingly difficult to have inheritance without polymorphism but it's exceedingly useful to have polymorphism without inheritance. Polymorphism is the principle. Inheritance is one application.