Skip to content
Snippets Groups Projects
Commit 0869bbcd authored by Ari Koski's avatar Ari Koski
Browse files

Delete oop_demo1a.py

parent 442494c2
No related branches found
No related tags found
No related merge requests found
public class Esiintyja {
private String nimi;
private String erityisala;
private double palkkio;
}
public class Asiakas {
private String tunniste;
private String nimi;
}
public class Tilaisuus {
private String tyyppi;
private Esiintyja esiintyja;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment