No thats not class thats clazz
Java: Class clazz = Class.class;
18👍 5👎
In typical Object-Oriented languages, a class is a collection of data, and a collection of methods that operate on that data.
I needed some additional logic to handle the rendering, so I added a new class to the system.
124👍 83👎