Objc.class-cluster

Source: Internet
Author: User

class Cluster

In a class cluster, only the abstract superclass is public. Allocating an instance actually creates

An object of a private subclass. As such, subclassing always happens in an abstract class and

Requires all methods to be implemented. See also the class cluster documentation.

"Class clusters is a design pattern, the Foundation framework makes extensive use of.

Class clusters Group A number of private concrete subclasses under a public abstract superclass.

The grouping of classes in this simplifies, the publicly visible architecture of an object-oriented

Framework without reducing its functional richness. Class clusters is based on the

Abstract Factory design pattern. "

Q: How do I subclass (Subclass) class cluster?

What does q:primitive methods mean?

Objc.primitive-methods

Reference

1. Class clusters-concepts in OBJECTIVE-C programming

https://developer.apple.com/library/ios/documentation/General/Conceptual/CocoaEncyclopedia/ClassClusters/ Classclusters.html

2. Abstract Factory (Todo)

Objc.class-cluster

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.