Object within an object
in
Programming Questions
•
3 years ago
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
1