Skip to content

Instantly share code, notes, and snippets.

@LokeshAggarwal2
Created March 23, 2021 11:47
Show Gist options
  • Save LokeshAggarwal2/6ae3323ee87057965348e73d4591ff0e to your computer and use it in GitHub Desktop.
Save LokeshAggarwal2/6ae3323ee87057965348e73d4591ff0e to your computer and use it in GitHub Desktop.
public class Hyundai extends Car{
@Override
public void setColor() {
color = "Hyundai car color is black";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment