Create C# App Inheritance, Composition, and Aggregation
Key Takeaways
Creates a C# application using inheritance, composition, and aggregation with List and Linq
Original Description
By the end of this project you will create an application that uses the C# List data structure and the C# Linq to process a collection of Employees in a file.
Linq, when used with the List data structure, allows the programmer to compare and perform computations on objects without the need to access attributes directly. It simplifies the process of iterating through a list and obtaining data from user-defined objects.
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.
Watch on External: Coursera ↗
(saves to browser)
AI explanation not available for this lesson yet
This lesson is still being prepared for the AI tutor. In the meantime, explore lessons that are ready.
Browse explainer-ready lessons →
Related Reads
📰
📰
📰
📰
DSA Patterns That Actually Make You Think #5 — Two Pointers: Solving Two Problems with One Pass
Medium · Programming
10 Graph Algorithms in 10 Minutes
Medium · Data Science
Selection Sort Explained With a Bookshelf Story (With Code)
Dev.to · Krunal Kanojiya
LeetCode Journal # 1
Dev.to · Fatima Qaisar
🎓
Tutor Explanation
DeepCamp AI