+1 for these language features!

abstract classes
generics
method overloading
reflection perhaps?

These features are the biggest selling point of the famous programming
languages today. I maybe right or wrong, but I think having these features
may help targeting HTML/JS apps.



On Mon, Feb 4, 2013 at 7:38 AM, Michael A. Labriola <
labri...@digitalprimates.net> wrote:

> >I'm not sure if I would overload functions or just accept a non-typed
> param and then check it's type as a wrapper.
>
> Which is why people have overloading, so you don't have to do stuff like
> that... accepting an * means people have no idea what is legal to pass you
> and have to wait for a runtime error to find out...  That is kind of the
> opposite of a descriptive API
>
>

Reply via email to