摘要: 使用final禁止重载属性、方法、禁止继承 阅读全文
posted @ 2014-09-22 10:15 valentine is me 阅读(125) 评论(0) 推荐(0)
摘要: B extend A,如果attribute或function被指定为private,则无法继承;如果被指定为protected,可以被继承。 阅读全文
posted @ 2014-09-22 10:08 valentine is me 阅读(174) 评论(0) 推荐(0)
摘要: php支持构造函数,初始化任务PHP支持函数重载,函数名可相同,参数个数或参数类型不同的函数析构函数,销毁类前执行一些操作 阅读全文
posted @ 2014-09-22 09:34 valentine is me 阅读(123) 评论(0) 推荐(0)