Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dayitv89/childclasstracker


https://github.com/dayitv89/childclasstracker

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# ChildClassTracker
Parent class must know its child class and their object in Objective C. Suppose A super class inherited by child class B and B inherited by C, So A want to know that how much classes inherited and their object. In this case A must have object of B & C without knowing the B & C. It does mean we have to keep the object at memory creating of object.