References and Object Slicing

前端 未结 3 848
日久生厌
日久生厌 2020-12-16 16:45

I don\'t have my Effective C++ with me and this is bugging me so much that I have to ask for my own sanity. Given

class Foo : public Bar{}

void MyFunc(Bar          


        
3条回答
  •  春和景丽
    2020-12-16 17:12

    Since you are passing the reference - no, unless you later assign to an instance of Bar.

提交回复
热议问题