Skip to content
Snippets Groups Projects
Commit c54b3396 authored by Peter Hertkorn's avatar Peter Hertkorn
Browse files

Add alienVenus class

parent 901871d5
No related branches found
No related tags found
No related merge requests found
package aliensimulator;
public class AlienVenus extends Alien {
public void darstellen() {
System.out.println("Ich bin das Alien von der Venus.");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment