Notes when using PHP abstract classes to inherit abstract classes

Source: Internet
Author: User
When the PHP abstract class inherits the abstract class, note that when the abstract class inherits another abstract class, the abstract method of the abstract parent class cannot be rewritten in the abstract class. This can be understood as an extension of an abstract class.

The following example demonstrates that when an abstract class inherits from another abstract class, you do not need to override the abstract method.

 

After an abstract class is inherited, its abstract methods cannot be overwritten. If a rewrite occurs, the system reports an error.

 

Program running result:

Fatal error: Can't inherit abstract function User::setSal() (previously declared abstract in VipUser) in E:\PH

Conclusion: the abstract class inherits the abstract class to extend the abstract class.

 

The code above extends the methods of the parent class.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.