Basic things you should know about |

Objective C Programming Basics

Subjects : it-skills, apple
abstract class
A class that's defined solely so that other classes can inherit from it. Programs don't use instances of this; they use only instances of its subclasses.
1 of 130