private/protected

From: seesaw (seesaw_at_turboweb.com)
Date: 04/29/04


Date: Thu, 29 Apr 2004 05:00:46 GMT

Compared to "public",

how does "private/protected" in inheritance change relationship between
classes

what is the purpose to define constructor as "private/protected"?

is there any usage to define destructor as "private/protected"?

Thanks!



Relevant Pages