Loading...
Logo
Processing Forum
Just wondering is it possible to create an object within an object, eg 

i am making class to control the various video stuff, capturing video from webcam or loading a file and also performing some actions with it, is this possible, creating a video object within my own custom videostuff class? 

If so can i refer to that secondary object from outside the class, maybe something like

video.input.get();

Thanks

roboguy


Replies(2)

umm yes?