Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. public class Hausteile {
  2. //Attribute
  3. public int Tueren; //Öffnung
  4. public int Fenster; //Öffnung
  5. public int Garage; //Keine Öffnung
  6.  
  7.  
  8.  
  9.  
  10. //Methoden
  11.  
  12. //
  13. public int get_Menge_Oeffnungen(){
  14. return (this.Tueren+this.Fenster);
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement