Object-Oriented Technology-basic concepts of object-oriented

Source: Internet
Author: User
Tags abstract definition

Object-oriented = Object + class + inheritance + Message Communication

An object is an entity used to describe objective things in a system. It is the basic unit of a system. Object-oriented software systems are composed of objects, and complex objects are composed of Simple objects. That is to say, object-oriented technology uses Object decomposition to replace traditional functional decomposition methods. The three elements of an object include the object identifier, attribute, and service.

A class is an abstract definition of one or more objects with the same attributes and services. A class and an object are the relationships between Abstract descriptions and specific instances. A specific object is called an instance of a class.

Objects and classes are the basic concepts of object-oriented technology. Other concepts are derived from or based on them. Only development technologies with objects, classes, inheritance, and messaging features are truly object-oriented technologies.

Simply put, the so-called object-oriented means that all the work of software system development is centered around "objects", and all the work is guided by the "objects" as the center.

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.