COMPX102 Assignment 1:You are going to write a simple Digital Circuit Design program that electronics engineers could use to design and test simple digital circuits. It will allow you to create various kinds of logic gates
COMPX102 Object-Oriented Programming Assignment 1 2 COMPX102-24B Assignment 1: Digital Circuit Design Goals The main goals of this assignment are for you to learn how to write a whole hierarchy of classes, and use subtyping (polymorphism) to make your programs work on just the superclass, rather than all the subclasses. This will simplify your … Read more