public class Takisti extends TakistusKomponent{ double t; public Takisti(double takistus){ t=takistus; } public double kysiTakistus(){ return t; } }