When to go object oriented?

Apr 1, 2013 at 5:14am
closed account (NA98vCM9)
Hi,
I just wanted to ask this question, being 3/4 of the way through Herbert Schildt's book "C++ - Beginners Guide", and quite dazzled by the raw power
of an object oriented language.
The question being : how complex a program should be done in OOP code,
and what projects should be done in structured code?
Thanks
Apr 1, 2013 at 6:50am
Structured programming and OOP do not contradict each other. Each OOP code shall be structured.
Last edited on Apr 1, 2013 at 6:53am
Topic archived. No new replies allowed.