Re: Python syntax in Lisp and Scheme
From: Rayiner Hashem (gtg990h_at_mail.gatech.edu)
Date: 10/10/03
- Next message: Torsten Marek: "Re: python & debian"
- Previous message: Darryl: "Re: Embedding Python in Python"
- In reply to: Vis Mike: "Re: Python syntax in Lisp and Scheme"
- Next in thread: Erann Gat: "Re: Python syntax in Lisp and Scheme"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 10 Oct 2003 10:34:58 +0000
> Ahh, but overloading only works at compile time:
>
> void foo( SomeBaseObject* object );
> void foo( SomeDerivedObject* object );
>
> doesn't work if you're using a base class pointer for all your derived
> classes.
I think that the point was that the overload resolution rules can handle the
situation. Nothing in these rules prevents them from being applied to a
dynamically dispatched case.
- Next message: Torsten Marek: "Re: python & debian"
- Previous message: Darryl: "Re: Embedding Python in Python"
- In reply to: Vis Mike: "Re: Python syntax in Lisp and Scheme"
- Next in thread: Erann Gat: "Re: Python syntax in Lisp and Scheme"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|