Verse Glossary
Verse is a new programming language, so if you’re an experienced programmer and you see something you don’t fully get, check this glossary.
If you’re new to programming, this glossary is also for you. We’ve added definitions for a lot of basic programming terms, and you might just find the answers you need here!
abstract class : When a class or a class method has the abstract specifier, you cannot create an instance of the class. An abstract class is intended to be used as a superclass, where some members are implemented or specified but not all. Also referred to as a base class.
abstraction : A programming principle where unnecessary details are hidden from a user where the user doesn't need to understand the hidden complexities. For example, you can put money in a vending machine and get a treat out without understanding how the mechanics function.
access level : The permissions needed to access a member. These are specified using an specifier on the member.
You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.