Purchase Solution

Classes and inheritance in C#

Not what you're looking for?

Ask Custom Question

Here is what I have and what I need. I have created a class called Employee that includes the attributes of employees of an organization. I have added more classes that inherit from the employees class. What I need is to have the program ask a user to enter attributes for members of the subclass on a single form. I need to include a second form that will display whether or not the search has found any results.
Such as, the user enters "Fabricates Parts" and the display is "Welder". I have attached my source code that contains all classes and the two forms.

Purchase this Solution

Solution Summary

The solution is a C# project demonstrating classes and inheritance. Different employee classes inherited from base class. Search is done on base class attributes.

Solution Preview

The solution contains attached the complete Visual Studio C# project and an executable. The search will apply on any of the three attributes. The three attributes in ...

Purchase this Solution


Free BrainMass Quizzes
Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Basic Networking Questions

This quiz consists of some basic networking questions.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.