Eclipse4.7 Use the basics when creating classes, set up automatic implementation of all abstract methods of the abstract parent class

Source: Internet
Author: User
Tags stub




Os:windows7 x64
Jdk:jdk-8u131-windows-x64
Ide:eclipse Oxygen Release (4.7.0)


Parent class-Abstract class

Package Jizuiku.eleven02;public Abstract class Person {public abstract void eat ();p ublic abstract Void Say ();p ublic Abstra ct void sleep ();

Create a new class in the current package and configure its parameters

(Select Parent Class)


(Select the Person class under the same package as the parent class)

(Click Finish)

Code effects-javaer code generated in the class

Package Jizuiku.eleven02;public class Javaer extends person {@Overridepublic void eat () {//TODO auto-generated method Stu b} @Overridepublic void Say () {//Todo auto-generated method stub} @Overridepublic void Sleep () {//Todo auto-generated meth OD stub}}


Java is good, worth learning.
Eclipse is a free, powerful IDE that you should learn to use.

Eclipse4.7 Use the basics when creating classes, set up automatic implementation of all abstract methods of the abstract parent class

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.