Person me = new Person(21, female); me.studying("Business IT"); me.is("stubborn", "perfectionist"); me.loves("my family", "cats", "coding"); me.greetingYouAll();