Skip to content

sabazed/sabazed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Hi, I'm Saba

Software engineer with a great passion for programming

class SoftwareEngineer extends ComputerScientist {

    private String name, position;
    private String[] experience;

    public SoftwareEngineer(String name, String position, String[] experience) {
        this.name = name;
        this.position = position;
        this.experience = experience;
    }

    public void helloWorld() {
        System.out.println("Programming is my passion, which encourages me to" +
                           "keep a golden ratio of being both a computer scientist" +
                           "and a developer - best of both worlds, isn't it?");
    }

    public static void main(String[] args) {
        ComputerScientist me = new SoftwareEngineer();
        me.helloWorld();
    }
    
}

Portfolio

https://sabazed.github.io/portfolio/

Programming Languages

Frameworks and Tools

Databases

Other

Stats

Contact

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published