PHP对象4: final 不允许重写方法或不允许继承类
2021-07-03 15:04
阅读:666
标签:重写 php extends log style ext 不能 对象 class final用在方法中,能继承方法, 不允许重写方法 final用在类声名中, 此类就不能继承 PHP对象4: final 不允许重写方法或不允许继承类 标签:重写 php extends log style ext 不能 对象 class 原文地址:http://www.cnblogs.com/perl6/p/7124297.html
php
class A{
final function say(){
say ‘Ok
‘;
}
}
class extends A{
}
final calss C{
}
下一篇:php菜刀分析学习
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:PHP对象4: final 不允许重写方法或不允许继承类
文章链接:http://soscw.com/index.php/essay/101310.html
文章标题:PHP对象4: final 不允许重写方法或不允许继承类
文章链接:http://soscw.com/index.php/essay/101310.html
评论
亲,登录后才可以留言!