我想了解的對象和功能比較運營商,這是我的代碼: function house(roof) {
this.roof = roof;
this.roofdescrip = describehouse();
}
function describehouse(){
var z = this.roof;
x="The house has a roof.";
import java.util.Scanner;
public class Pizza {
public String sizeOfPizza;
public int numToppings;
public Pizza(){
}
public void setValues (String size, int toppings){