Skip to content
#

polymorphic-types

Here are 17 public repositories matching this topic...

In this article I try to explain why Haskell keeps being such an important language by presenting some of its most important and distinguishing features and detailing them with working code examples. The presentation aims to be self-contained and does not require any previous knowledge of the language.

  • Updated Dec 15, 2023
  • Haskell

📚 This repository features an Inventory Showcase, highlighting the power and applications of inheritance and interfaces in Java. It includes examples of how to efficiently manage and organize objects, leveraging inheritance for code reusability and interfaces for implementing polymorphism.

  • Updated Feb 24, 2023
  • Java

This repository contains my implementation of a Price Calculator that a store owner might use to calculate taxes, discount amounts, print reports, assign tax/discount precedence, and much more. After the completion of each task of the 10 tasks for this project, the project is tested for functionality and the XUnit tests are included in this proj…

  • Updated Jul 5, 2021
  • C#

Improve this page

Add a description, image, and links to the polymorphic-types topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the polymorphic-types topic, visit your repo's landing page and select "manage topics."

Learn more