c# windows form definition for abstract class

mjeschke 40 Reputation points
2025-06-17T22:21:26.7833333+00:00

I'm creating a number of abstract classes. One represents a production ticket with a number of parameters such as number of items to test, part number, electrical values, etc.

My background is in embedded coding so I'm not 100% sure the most efficient way to go about this. I'd like to create code that defines how that ticket (abstract class) would look on a form... but not necessarily define an entire form... as I have several abstract classes for which "views" need to be defined. Then lastly integrate them into a GUI / form / forms.

Hopefully my question makes since. I know I can define forms based all the data items in each abstract class but this seems inefficient to me... I'd like create views somehow for the abstract classes.

Thanks for the tips / help.

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,553 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.