Skip to content
View nguyenvantham12345's full-sized avatar
🎯
Tập trung
🎯
Tập trung

Block or report nguyenvantham12345

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
nguyenvantham12345/README.md

Interface IEmployee: public interface IEmployee { int calculateSalary(); String getName(); } Class Employee: public class Employee implements IEmployee { private String name;

public Employee(String name) {
    this.name = name;
}

@Override
public int calculateSalary() {
    // Implement the salary calculation logic here
    return 0;
}

@Override
public String getName() {
    return name;
}

}

Popular repositories Loading

  1. bai-tap-java bai-tap-java Public

    danh sách bài tập java

  2. nguyenvantham12345 nguyenvantham12345 Public

    Config files for my GitHub profile.

  3. interface.java interface.java Public

  4. nguyenvantham nguyenvantham Public

  5. baitapjava baitapjava Public

    cac bai tap java

  6. point point Public

    bai tap point

    Java