Differences from C and C++
No variation across systems
EBCDIC char v ANSI char
2 byte int v 4 byte int
boolean not bool: not convertible to int
No enum type
No pointer type
No struct or union: only class ##
Previous slide
Next slide
Back to first slide
View graphic version