Skip to content

Instantly share code, notes, and snippets.

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