As I understand it (although I haven't tested) you can access base class members using either:
Code: Select all
ClassName::_someMethodCode: Select all
parent::_someMethodI just need to make sure that using the :: operator is the ONLY way to directly access base class members???
p.s-practically anyways, using unusual hacks doesn't count.
Cheers