Skip to content

Instantly share code, notes, and snippets.

@iamrajendra
Created April 29, 2018 12:12
Show Gist options
  • Save iamrajendra/e40fb52995c4ee081249b6bccce24921 to your computer and use it in GitHub Desktop.
Save iamrajendra/e40fb52995c4ee081249b6bccce24921 to your computer and use it in GitHub Desktop.
public class Rectange extends Shape
{
public void draw ()
{
// draw rectnage
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment