Package calculator


package calculator
  • Class
    Description
    Created for designing custom lambda function for different Arithmetic Operation.
    This class is the driver program for the application.
    This class represents the controller in the MVC architecture for a calculator application.
    This class represents the model in the MVC architecture for a calculator application.
    This class represents the model in the MVC architecture.
    Created for handling the unexpected operationName value.
    This Interface will design the keypad for the calculator.