Oddbean new post about | logout
 nostr:npub1mm35vqtgdg3mw4v9vsvxuaapxhsapr4vpxj5yu94jegxx85alxesmwft6j Basically, (and forgive me bc I'm pulling it out of my mind right now) a class is the definition, and when you say "ok, put one of Class in this variable" you create an object of that class. That object can have parameters, which are internal object variables, and methods, which is the name for class-bound functions.