posted 24 years ago
>super(i)
>do we need to give a ";" at the end or just leave it as it is.
Yes
2. How should the hexadecimal value be represented.
>i.e actual hexadecimal value for 7 is 0x7.
>should i represent it like 0x0007 or 0x07 or 0x7 ?
All options compile and represent decimal 7, but I read that the correct representation is with 4 places, like: 0x0007