Java Classes and Objects 1.1

Source: Internet
Author: User

Object >property>action>collection>instanc

What is the object? What is a property? What is the method? (Attributes form the core of an object, methods surround the property)

Oop>

> Encapsulation (encapsulation), which combines the attributes of an object with all the actions, as much as possible to mask the inner details of the object. Objective: To make the software errors localized, and to reduce the difficulty of error-checking and debugging.

> Inheritance (Inheritance), only single-inheritance in C + +, using interfaces (interface) to implement multiple inheritance. Super Class>subclass. (Subclasses access the parent class member through the Get/set method)

> Polymorphism (polymorphism), overriding (@override), overloading (@overload).

Three control access modifiers, public,private,protected. (Friendy)

Abstract class descriptor--abstract. Describes the abstraction of a class. Abstract classes cannot generate objects directly.

The ultimate class specifier--final. Describes the non-inheritance of the class. After all, the class cannot be inherited.

Java Classes and Objects 1.1

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.