C + + overloading and overwrite

Source: Internet
Author: User

Overloading: Refers to a subclass that overrides the method of the parent class, overwriting: Referring to the same function, the same argument list, the same return value, but the implementation process is different inside the function.

Overload:

1, the method name must be the same.

2. The parameter list must be different, regardless of the order of the parameter list.

3. The return value type can be different.

Overwrite: The derived class overrides the virtual function of the base class.

1. Only virtual methods and abstract methods can be overwritten.

2, the same function name.

3, the same parameter type.

4. The same return value type.

C + + overloading and overwrite

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.