Explain Type Classes in Haskell
Posted
by Tsubasa Gomamoto
on Stack Overflow
See other posts from Stack Overflow
or by Tsubasa Gomamoto
Published on 2010-04-21T18:39:19Z
Indexed on
2010/04/21
18:43 UTC
Read the original article
Hit count: 235
Hi, I am a C++ / Java programmer and the main paradigm I happen to use in everyday programming is OOP. In some thread I read a comment that Type classes are more intuitive in nature than OOP. Can someone explain the concept of type classes in simple words so that an OOP guy like me can understand it?
© Stack Overflow or respective owner