Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1. public class ScenteCandle extends Candle {
  2.     String scent;
  3.  
  4.     public void getScent() {
  5.         System.out.println(scent);
  6.     }
  7.  
  8.     public void setScent(String scent) {
  9.         this.scent =.scent;
  10.     }
  11.  
  12.     public void setHeight() {
  13.         this.height = height;
  14.         this.price = height*3;
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement