boletus

  • 0 Posts
  • 193 Comments
Joined 2 years ago
cake
Cake day: July 12th, 2023

help-circle
















  • boletustoGreentextAnon cheats through college
    link
    fedilink
    arrow-up
    25
    ·
    edit-2
    27 days ago

    Yeah that’s object oriented programming and interfaces. It’s shit to teach people without a practical example but it’s a completely passable way to do OOP in industry, you start by writing interfaces to structure your program and fill in the implementation later.

    Now, is it a good practice? Probably not, imo software design is impossible to get right without iteration, but people still use this method… good to understand why it sucks