Draw a class diagram for the following problem
A company has a number of employees. The attributes of employee include employeeID (primary key), name, address, and birthdate. The company also has several projects. Attributes of project include projectName, and startDate. Each employee may be assigned to one or more projects, or may not be assigned to a project.