As an assignment: 
1. Define a class Product 
2. Define methods that you can use to 
get values of "myvar" and 
set values for "myvar". 
3. To set values, define the method using "=" sign. 
4. Instantiate the object of the class and set and get values using the above 2 methods.