Package hw4

Class FullAdder

  • All Implemented Interfaces:
    IComponent

    public class FullAdder
    extends CompoundComponent
    Implementation of a standard full adder circuit. This version extends CompoundComponent and uses two instances of HalfAdder as subcomponents.
    Author:
    smkautz
    • Constructor Detail

      • FullAdder

        public FullAdder()
        Constructs a FullAdder.