I have an Object called Person which has the following attributes; id,name,school.
In another class called Occupation, i have a method called addOccupation.
1.) I need to pass a parameter of Person to this. How should i write the method signature for this ?
2.) How do i pass the parameter from another class ?
in Person
in Occupation.h
int occupation.m