Thursday, September 13, 2012

Can constructor be inherited

No, constructor cannot be inherited, though a derived class can call the base class constructor.

  • Iterator is an Interface implemented a different way for every Collection.
  • No comments: