Skip to content

Instantly share code, notes, and snippets.

@LaurentiuGabriel
Created August 2, 2020 14:53
Show Gist options
  • Select an option

  • Save LaurentiuGabriel/221ea6f1d72ac79fc294e947af665319 to your computer and use it in GitHub Desktop.

Select an option

Save LaurentiuGabriel/221ea6f1d72ac79fc294e947af665319 to your computer and use it in GitHub Desktop.
public class App {
public static void main(String[] args) {
Laptop laptop = new Laptop();
laptop.setManufacturer("HP");
System.out.println(laptop);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment