Java basics -- abstract classes and Abstract Functions, java --

Source: Internet
Author: User

Java basics -- abstract classes and Abstract Functions, java --

  • Abstract class
  • Abstract classes cannot create objects, but can define variables. The objects assigned to this variable must be non-Abstract subclass objects;
  • Abstract Functions in abstract classes do not have function bodies, such as: public abstract void move ();
  • An abstract class can have no abstract methods. All methods have method bodies, but the entire class is abstract.
  • All Abstract Functions in an abstract class must be overwritten by sub-classes instead of abstract functions. The subclass inherits the functions of the parent class. If the inherited abstract functions are not overwritten, The subclass contains Abstract Functions. Classes containing abstract functions must be declared as abstract classes.
  • This abstract class is designed to prevent the creation of its objects.

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.