Content deleted Content added
Niceguyedc (talk | contribs) m v1.38 - Repaired 1 link to disambiguation page - (You can help) - Super class |
Improved awkward phrasing Tags: Mobile edit Mobile app edit iOS app edit App section source |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2:
Like the term [[POJO]] (''Plain Old Java Object'') in the [[Java (programming language)|Java]] world, the term '''''Plain Old C++ object''''' or its acronym '''''POCO''''' means a [[C++]] artifact that is ''neither defined by nor coupled to'' the underlying C++ component [[software framework|framework]] that manipulates it.
Examples of such an artifact include, for instance, instances of
== See also ==
* [[Plain old data structure]] (POD)
* [[Plain Old Java Object]] (POJO)
* [[Plain Old CLR Object]] (
==
* [http://code.google.com/p/pococapsule PocoCapsule/C++] An open source C++ component framework supporting plain old C++ objects.
{{C++ programming language}}
[[Category:C++]]
|