what's Static type safety ?

Posted by symfony on Stack Overflow See other posts from Stack Overflow or by symfony
Published on 2010-03-21T14:28:02Z Indexed on 2010/03/21 14:31 UTC
Read the original article Hit count: 232

Filed under:
|

Static type safety – an integral property of languages of the family to which C++ belongs and valuable both for guaranteeing properties of a design and for providing runtime and space efficiency.

Can someone illustrate by a demo?

Thanks

© Stack Overflow or respective owner

Related posts about oop

Related posts about typesafety