Skip to content
View mypage-solutions's full-sized avatar
📚
Learning Java
📚
Learning Java
Block or Report

Block or report mypage-solutions

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mypage-solutions/README.md
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!");
    }
}

Feel free to get in touch. You can email me at:

Pinned Loading

  1. Leetcode-Problems-1 Leetcode-Problems-1 Public

    Java 1

  2. Leetcode-Problems-2 Leetcode-Problems-2 Public

    Java

  3. Lesson_14 Lesson_14 Public

    The Java collections framework provides a set of interfaces and classes to implement various data structures and algorithms.

    Java 1

  4. Lesson_15 Lesson_15 Public

    An Interface in Java programming language is defined as an abstract type used to specify the behavior of a class.

    Java 1