📄️ Classes & Objects
Aura is an object-oriented language that uses classes as the primary blueprint for creating objects. Classes encapsulate data (fields) and behavior (methods) into a single unit.
📄️ Interfaces
Interfaces in Aura define a contract that classes must follow. They specify a set of methods (and their signatures) that an implementing class must provide.