User:Shoebby/Radio Delivery Week 3

From XPUB & Lens-Based wiki
< User:Shoebby
Revision as of 09:58, 4 October 2024 by Shoebby (talk | contribs)

(っ◔◡◔)っ ♥ EXPERIMENTAL ♥

A general label for any [ART] or [ARTISTIC] genre that pushes existing boundaries and genre definitions. Experimental [ARTISTIC] practice is defined broadly by exploratory sensibilities radically opposed to, and questioning of, institutionalized [NULL], performing, and aesthetic conventions in [ART]. Elements of experimental [ART] include indeterminacy, in which the [ARTIST] introduces the elements of chance or unpredictability with regard to either the [ARTWORK] or its performance. Artists may approach a hybrid of disparate styles or incorporate unorthodox and unique elements.
Taken from this wikipedia page and modified

(っ◔◡◔)っ ♥ PROTOCOL ♥

In object-oriented programming, an interface or protocol type is a data type that acts as an abstraction of a class. It describes a set of method signatures, the implementations of which may be provided by multiple classes that are otherwise not necessarily related to each other. A class which provides the methods listed in a protocol is said to adopt the protocol, or to implement the interface.
Taken from this wikipedia page.