JAVA
Write a method called subtractPoints(), to be added to theCustomer class, that subtracts ten points from the points thecustomer has. Write a program to create a customer object, insertvalue to its attributes and display the details of the object withan updated value of points.
public class Customer{
private String id;
private String name;
private int points;
public String getId() {
return id;
}
public String getName() {
return name;
}
public int getPoints() {
return points;
}
public String setId(String id) {
id=id;
}
public String setName(String name){
name=name;
}
public String setPoints(int points){
points=points;
}
}
public class Encapsulation{
public
PayPal Gateway not configured
PayPal Gateway not configured