Chevron Left
Back to Create a C# Class Definition to Track Employee Data

Learner Reviews & Feedback for Create a C# Class Definition to Track Employee Data by Coursera Project Network

About the Course

By the end of this project, you will create an application that defines an Employee class and create one to many Employee object instances. Object Oriented programming in languages such as C# is advantageous because it allows the programmer to think in terms of the way people think of the real world, in terms of Objects like employees, airplanes, and homes for example. Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions....

Top reviews

Filter by:

1 - 1 of 1 Reviews for Create a C# Class Definition to Track Employee Data

By Amy T

•

Jul 2, 2022

The project content is simple but it covers many - class, instance variable, property, static variable, access modifiers, name convention, constructors, and override method.