Amit wrote:
> oops you're right... the default constructor of the parent class is always
> called IF no other constructor is specified.
Yes, this is better. A base constructor will always be called, for
every class that descends from object, because every class must have
at least one constructor that calls a base() constructor (explicitly
or implicitly) and every call to a this() constructor must ultimately
call a base() constructor.
--
programmer, author
http://www.midnightbeach.com
and father
http://www.midnightbeach.com/hs