POV-Ray : Newsgroups : povray.off-topic : Tell me it isn't so! : Re: Tell me it isn't so! Server Time
10 Oct 2024 17:19:10 EDT (-0400)
  Re: Tell me it isn't so!  
From: Darren New
Date: 27 Jul 2009 11:42:27
Message: <4a6dcae3$1@news.povray.org>
clipka wrote:
> There may be talk about "instantiating" with
> regard to the data structure, but not with regard to the module as a whole,
> which might contain additional data structures such as a dedicated heap for the
> strings to live in.

Indeed, this is the generally accepted difference between a class and a 
module, in programming language theory. You only "instantiate" a module (aka 
"package") once, or once per actual type if it's generic.

-- 
   Darren New, San Diego CA, USA (PST)
   "We'd like you to back-port all the changes in 2.0
    back to version 1.0."
   "We've done that already. We call it 2.0."


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.