Skip to content

Instantly share code, notes, and snippets.

View cipster's full-sized avatar

cipster cipster

  • The Netherlands
View GitHub Profile
@cipster
cipster / Radio.java
Last active May 24, 2017 21:18
Andu nu este electronist. Este programator
public class Radio {
private String power;
private int volum, volumMax;
/** Se construieste un aparat de radio fara parametri */
public Radio() {
log("A fost creat un aparat de radio.");
> * In constructorul gol ar trebui sa setezi tu un power si volumMax default *
}