Git Product home page Git Product logo
public class Me extends Person {
    private final String firstName = "Mykhailo";
    private final String lastName = "Musiienko";
    public String email = "[email protected]";
    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:

Mykhailo's Projects

fruits2701 icon fruits2701

The goal of this topic is creating and collaborating with pull requests.

lesson_10 icon lesson_10

The goal of this topic is learning OOP principles in Java and implementation of Quick Sort Algorithm in Java.

lesson_11 icon lesson_11

The goal of this topic is learning OOP principles in Java and modifying elements in 2D arrays.

lesson_12 icon lesson_12

Inheritance in Java is a mechanism in which one object acquires all the properties and behaviors of a parent object.

lesson_13 icon lesson_13

A composition in Java between two objects associated with each other exists when there is a strong relationship between one class and another.

lesson_14 icon lesson_14

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

lesson_15 icon lesson_15

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.