A question about C + + type conversion

Source: Internet
Author: User

Let's start with this interview question:

Class classa{public    :    virtual ~ ClassA ()    {    }    virtual void Functiona ()    {    }};class classb{ Public    :    virtual void functionb ()    {    }};class-classc:public ClassA, public-classb{public    :}; ClassC Aobject; ClassA *pa = &aObject; ClassB *PB = &aObject; ClassC *pc = &aObject;

  

Assuming that the classa* pA2 is defined, the following correct code is:pa2=static_cast<classa*> (PB); void* pvoid=static_cast<void*> (PB); Pa2=static_cast<classa*> (pVoid);p a2=pb;pa2=static_cast<classa*> (static_cast<classc*> (PB));

Right answer BD

  

A question about C + + type conversion

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.