Very detailed! Reprint LinkConversion of C + + base classes to derived classesIn public inheritance, private inheritance, and protection inheritance, only public inheritance preserves the characteristics of the base class well, preserving all
C + + base class and derived class conversionsIn public inheritance, in private inheritance and protection inheritance, only public inheritance can preserve the characteristics of the base class, it retains all members of the base class except
4.5 Assignment compatibility relationship between a base class and a derived class objectUnder certain conditions, type conversions can be made between different types of data, such as the ability to assign integer data to a double type
1. member functions that cannot be automatically inherited
Constructor (including copy constructor)
Destructor= Operator
Ii. Inheritance and constructor
The constructor of the base class is not inherited. You must declare your own constructor In
C + + notes: Derived classes to base class conversions to accessibility
to determine whether a conversion to a base class is accessible, you can consider whether the public member of the base class is accessible and, if so, that the conversion is
C # base and this
-- From Rocky Ren
2. Basic Concepts
Base and this are attributed to access keywords in C #. As the name suggests, they are used to implement access operations of the Inheritance Mechanism to satisfy access to object members, this
Review the knowledge of C + + today, when see the virtual base class this time, there is no too much to investigate, is to know that the virtual base class is to eliminate the class inheritance between the two semantic problem, but is very curious,
There is an assignment-compatible relationship between the base class and the derived class object, because the derived class contains members that inherit from the base class, in the following respects, the required friend can refer to the only
(1) Access to base class membersAccess the members of the base class through the base keyword:Calls a method on the base class that has been overridden by another method.Specifies the base class constructor that should be called when creating an
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.