Skip to content

Instantly share code, notes, and snippets.

@iamrajendra
Created April 15, 2018 12:44
Show Gist options
  • Save iamrajendra/0eda650aa854d1c6a1ae9c3e351124dd to your computer and use it in GitHub Desktop.
Save iamrajendra/0eda650aa854d1c6a1ae9c3e351124dd to your computer and use it in GitHub Desktop.
class Car{
// which have call the feature
}
class Maruti extends Car
{
Engine engine = new Engine();
}
class Engine
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment