Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dayitv89/childclasstracker
https://github.com/dayitv89/childclasstracker
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dayitv89/childclasstracker
- Owner: dayitv89
- Created: 2015-08-21T08:19:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T08:36:34.000Z (over 9 years ago)
- Last Synced: 2023-03-24T08:42:22.552Z (almost 2 years ago)
- Language: Objective-C
- Homepage:
- Size: 1.33 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.