August 9, 2000 - JavaScript 2.0
August 9, 2000 JavaScript 2.0 Tips: August 2000
Yehuda Shiran, Ph.D.
|
- Class definition, both static (write-time) and dynamic (run-time)
- Packages, including a versioning mechanism, for clients' usage
- Date types such as
int
andchar
- Invariant declarations such as
const
private
,package
, public, and user-defined access controls- Overridable basic operators such as + and [ ]