#objects

[ follow ]
stupidDOPE
1 month ago
Design

Nina Beier's 'Parts' Exhibition at Kiasma: Unveiling the Hidden Narratives of Everyday Objects | stupidDOPE

Objects speak volumes, reflecting complex narratives and global connections through Beier's artwork. [ more ]
BOOOOOOOM!
4 months ago
Graphic design

Artist Spotlight: Jul Quanouai

Jul Quanouai's work focuses on objects, nature, movements, and sensations, incorporating black and white lines, grids, painting, and colorful naive pencil drawings. [ more ]
Pythonmorsels
4 months ago
Python

Variables are pointers in Python

Variables in Python are pointers to objects, not containers. Assigning one variable to another points both to the same object. [ more ]
Medium
9 months ago
Scala

Simplified : Traits and Objects in Scala

Use objects for singletons, global access points, or companion objects with shared access to private members.
Use traits for code reuse, multiple inheritance scenarios, or defining a common set of methods that classes can implement. [ more ]
[ Load more ]