CLASSES
CLASSES. Moshe Fresko Bar-Ilan University Object Oriented Programing 2007-2008. Class. A class is a user defined type. C example struct Date { int d, m, y ; }; void initDate (Date* d, int day, int month, int year); void addYear (Date* d, int n); void addMonth (Date* d, int n);
582 views • 28 slides