Live data from Hacker News

Viewing profile — bighuh

bighuh

HN member
Joined
Fri, Jun 24, 2022, 5:21 PM UTC
HN karma
10
Public activity
2 items

About bighuh

No profile information was provided.

Recent public activity

  1. comment
    Comment #31866148

    Any OOP course covers the 'reasons' for OOP (such as they are). Polymorphism, inheritance, and encapsulation. Yes, you can model much the same behavior with structs and associated …

  2. comment
    Comment #31866047

    > We make class hierarchies in order to simplify the code by allowing different parts of it to be changed independently of each other, and to eliminate duplication (which comes to …