On Wed, Jul 10, 2013 at 3:27 AM, Jay A. Kreibich <j...@kreibi.ch> wrote:
> really *know* OOP. Similarly, even if you're an expert C++ developer,
> if C++ is you're only OOP language, you still don't really get what
> clean OOP is all about (because C++ sure as heck isn't that, even if
> it is a darn useful language).
C++ is a multi-paradigm language; and it is kinda an important point.
It supports. mainly:
- Procedural programming;
- Data abstraction;
- Object-oriented programming; and
- Generic programming.
The best to write good code (good means easy-to-read, efficient,
easy-to-maintain, small...) is usually a combination of all this paradigms.
So, if you say C++ is not a clean OOP language it is true. But it is
actually a design decision that bring better code... if used well.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users