Skip to content

Instantly share code, notes, and snippets.

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