Namespace/inheritance

  • Thread starter Thread starter Rob Meade
  • Start date Start date
R

Rob Meade

Hi all,

Quick question if I may...

I have a base class which has a namespace, do classes which inherit this
class also inherit the namespace? Or should this be declare in each of these
classes individually also?

Any info appreciated.

Regards

Rob
 
Classes do not inherit namespaces as they can be in completely different
libraries.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
Back
Top