public class Me extends Person {
private final String firstName = "Mykhailo";
private final String lastName = "Musiienko";
public String email = "m_musienko@outlook.com";
public String status = "I’m currently learning Java";
public String[] skills = {"Java", "JavaScript", "HTML", "CSS"};
public void sayHello() {
System.out.println("Hello there!");
}
}
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.