class from descriptionTue, 07 Feb 2023

the class of the work order with the fields number, month, technological operation(class), quantity, price, amount, worker(class)

class WorkOrder { string number; string month; object technologicalOperation; float quantity; float price; float amount; object worker; }

Questions about programming?Chat with your personal AI assistant