For a property P (17.6) of type T, the following signatures are reserved:
Both signatures are reserved, even if the property is read-only or write-only.
[Example: In the example a class A defines a read-only property P, thus reserving signatures for get_P and set_P methods. A class B derives from A and hides both of these reserved signatures. The example produces the output: end example]