|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D - base class protection
Hello!
What's "protection" here for?
class Duper : protection Super { ... }
for protection being either:
private
package
public
export
and Super being a class.
C++'s intuition let me down. D 1.0/2.0 ref. too (I got accustomed to it).
thx for help!
Jun 20 2009
qniol wrote: Jun 20 2009
Daniel Keep schrieb:qniol wrote: Jun 20 2009
On Sat, Jun 20, 2009 at 4:51 AM, qniol<qniol o2.pl> wrote: Jun 20 2009
|