Can structured techniques and object-oriented techniques be mixed?

Answer:
Yes, in fact, they are always mixed. You always write structured procedures (the main function, at least), that will control your objects. Objects can't work just by themselves. At least, that's how it is in C++.
First answer by Kikolani. Last edit by Kikolani. Contributor trust: 2 [recommend contributor recommended]. Question popularity: 1 [recommend question].