Basic knowledge of Object-Oriented Programming (OOP) (I), Object-Oriented Programming (oop)

Source: Internet
Author: User

Basic knowledge of Object-Oriented Programming (OOP) (I), Object-Oriented Programming (oop)

Java is a computer programming language that supports concurrency, class-based, and object-oriented.

The advantages of object-oriented software development are listed below:
1. Code development is modularized to facilitate maintenance and modification.
2. code reuse.
3. Enhance code reliability and flexibility.
4. Increase the comprehensibility of the Code.
Object-Oriented Programming has many important features, such as encapsulation, inheritance, polymorphism, and abstraction. The following sections analyze these features one by one.
Encapsulation
Encapsulation provides objects with the ability to hide internal characteristics and behaviors. The object provides some methods that can be accessed by other objects to change its internal data. In Java, there are three modifiers: public, private, and protected. Each modifier grants different access permissions to other objects located in the same package or under different packages.
Some advantages of encapsulation are listed below:
1. Hide the attributes of an object to protect the internal state of the object.
2. Improved code availability and maintainability, because the behavior of objects can be changed or expanded separately.
3. Disable adverse interaction between objects to improve modularity.
Refer to this document for more information.

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.