Skip to content

Instantly share code, notes, and snippets.

@alex-ber
Created October 15, 2019 19:48
Show Gist options
  • Save alex-ber/17aca1c4fe61bc6f7443f785891483d9 to your computer and use it in GitHub Desktop.
Save alex-ber/17aca1c4fe61bc6f7443f785891483d9 to your computer and use it in GitHub Desktop.
public class Driver {
public static void main(String args[]){
Animal obj = new Horse();
obj.sound();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment