say suppose I have class as :
public class Age { private int age; public int getAge() { return this.age; } }
In my Main c
You won't see much change in performance unless if you are doing many operations inside the getAge() method.