Design Mode learning-daily note (6. prototype mode)

Source: Internet
Author: User

Prototype

A. Definition:

Use a prototype instance to specify the type of the object to be created, and create a new object by copying the prototype instance.

B. Definition Analysis:

" UsePrototype instancesSpecify the type of the object to be created, and create a new object by copying the prototype instance ." A prototype instance refers to a class instance. For the object we want to create, it is called a prototype.

"Specify the type of the object to be created using the prototype instance, Create a new object by copying the prototype instance. "The object we are going to create is the same as the prototype instance, that is, a class.

"Specify the type of the object to be created using the prototype instance,Create a new object by copying a prototype instance. "When creating a new object, you don't need to create new by yourself. You only need to create a new instance by using the clone method provided by the prototype.

This mode is easy to think about, and you will think about it when you need it.

C. Problem

(1) When will the prototype be applied?

It takes a lot of time and conditions to create a new instance...

When a new instance needs to inherit most of the features of an existing instance...

....

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.