
13 Dec
2010
13 Dec
'10
12:40 p.m.
On 13 Dec 2010, at 17:16, C K Kashyap wrote:
In oops, one can do reuse code by extending a parent class. What is the equivalent in Haskell?
There isn't an equivalent as Haskell doesn't have classes (type classes are different). There's other ways to do things, but without knowing what you're doing it's difficult to point to anything.