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!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top