"Effective C + +" clause 34: Differentiate between interface inheritance and implementation inheritance

Source: Internet
Author: User

"Effective C + +"

Article 34: Differentiating between interface inheritance and implementation inheritance

Public inheritance is made up of two parts

Function Interface Inheritance

function Implementation Inheritance

Three types of inheritance that may be faced

Derived class only interfaces that inherit member functions

Derived class inherits the interface and implementation of the function, but also wants to overwrite the implementation that they inherit

Derived class concurrently inherits the interface and implementation of the function, but does not allow the overwrite of anything

Summarize:

Interface inheritance differs from implementation inheritance. under public inheritance,derived classes always inherits the interface of base class .

The Pure virtual function specifies only interface inheritance.

The simple impure virtual function Specifies interface inheritance and default implementation inheritance.

The non-virtual function specifies interface inheritance and mandatory implementation inheritance.




This article is from the "Do Your best" blog, so be sure to keep this source http://qiaopeng688.blog.51cto.com/3572484/1887745

"Effective C + +" clause 34: Differentiate between interface inheritance and implementation inheritance

Related Article

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.