Home Segments Index Top Previous Next

244: Mainline

In the examples in this chapter, you have seen derived-class–base-class relations expressed using only the public symbol:

class  : public  { 
  ... 
} 

Such definitions are said to involve public derivations.