Course Solutions Uncategorized (Solved) : Java Write Method Called Subtractpoints Added Customer Class Subtracts Ten Points Points C Q26207040 . . . .

(Solved) : Java Write Method Called Subtractpoints Added Customer Class Subtracts Ten Points Points C Q26207040 . . . .

 

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

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post