Technical terminology in JS

Source: Internet
Author: User

Although it is a technical background, but ..... n characters omitted here

Namespace namespaces

Allows developers to bundle all the functionality of a container under the name of a unique, application-related name.

Class

Defines the characteristics of an object. It is the template definition for the properties and methods of the object.

Object objects

An instance of the class

Property Properties

The characteristics of an object, such as color.

Method methods

The ability to object. Like walking.

Contrusctor constructor function

An object initializes an instant, called method, usually with its name consistent with the class that contains it.

Inheritance inheritance

A class can inherit the characteristics of another class.

Encapsulation Package

A method of binding data with related methods.
Abstraction Abstract

Combining complex inheritance, methods, and properties of objects can simulate a realistic model.

Polymorphism Polymorphism

Translated into "many" and translated into "morphology". Different classes can define the same method or property.
More detailed explanations view: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Introduction_to_Object-Oriented_JavaScript

Technical terminology in JS

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.