I have Base and Derived classes, and this code:
Derived d; Base& b = d;
Is there any cast in this initialization? Сan i theoretically disable