标签: actionscript-3
如果您的基类中有一个受保护的方法,您可以在子类中覆盖此方法吗?
答案 0 :(得分:4)
简单回答?是。
override protected function whatever():void { }