Thanks in advance.
I have a Customer Class as below ``` public class Customer{ Integer age; String name; }
I wanted to implement a cust