I have a class People and a class Details

I need to create a new Details object from within a method that is in the People class but really not sure how to do it. Can anyone point me in the right...