I have the following code:
class Person { void func1() { obj_.function1(); } void func2() { obj_.function2(); } void func3() { obj_.fu