Created
August 2, 2020 14:53
-
-
Save LaurentiuGabriel/221ea6f1d72ac79fc294e947af665319 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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