Re: OOP vs procedural Manuel wrote:[color=blue] > Please, excuse me for starting this discussion. > I'm not a troll, and I love the OOP architecture. > However I'm a C++ newbie, and sometimes it's hard for me to fully > understand the improvement of OOP. Please excuse my poor e...
OOP is known as a problem-solving approach in which data computation is carried out in terms of ___. ___ is extensible templates for creating objects, providing initial values for state and implementations of its behavior. The focus of procedural programming is to break down a programming...