C + + compilation error: Invalid new-expression of abstract class type

Source: Internet
Author: User

Original URL:

Http://www.tsingfun.com/html/2016/dev_0607/1512.html


The reason for this error is the new abstract class error, which indicates that a pure virtual function is not implemented in the parent class (interface). All pure virtual functions in the interface need to be implemented so that they can be new subclasses. Pure... The reason for this error is the new abstract class error, which indicates that a pure virtual function is not implemented in the parent class (interface).
All pure virtual functions in the interface need to be implemented so that they can be new subclasses.

Pure virtual functions such as void fun () = 0; is a pure virtual function, not a pure virtual function without requirement.

In addition, the Void Fun () {} empty function body is also implemented.




A pure virtual function is the equivalent of an abstract abstract class in C #.


=0 description function is an abstract method, who inherits it must implement it
Otherwise you can't be new.


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.