C # Learning abstract classes

Source: Internet
Author: User

Features:

1. abstract classes cannot be instantiated.

2. abstract classes can contain abstract members, but not abstract classes.

3. the abstract class also has constructor, because the abstract class needs to be inherited by other classes, and its subclass needs to be instantiated. when instantiating the subclass, it needs to call the constructor of the subclass, by default, the base class constructor must be called before the constructor of the subclass is called.

4. abstract classes cannot be sealed.

5. abstract methods in abstract classes are not implemented.

Purpose:

1. Provide public definitions of shared base classes for multiple Derived classes

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.