"Crazy Java Handout-Reading Notes" 2.1 Object-oriented

Source: Internet
Author: User

Brief introduction of 2.1.1 structured programming
    • Function
    • Function
Three basic structures of the 2.1.2 program
    • Sequential structure
    • Select Structure Single Select double Select multiple selection
    • Cyclic structure as type cycle to type cycle
2.1.3 Introduction to Object-oriented programming
    • Field+method=class
    • Pig. Eat (watermelon);
The basic features of 2.1.4 object-oriented
    • Encapsulation: hides the implementation details of an object and then exposes the object's functionality through some common methods
    • Inheritance: When a subclass inherits from a parent class, the child class, as a special parent class, gets the properties and methods of the parent class directly
    • Polymorphic: A Subclass object can be assigned directly to the parent class variable, but the runtime still shows the behavior characteristics of the subclass, meaning that the same type object may exhibit multiple behavioral characteristics when executing the same method

    • Abstract
    • News

"Crazy Java Handout-Reading Notes" 2.1 Object-oriented

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.