Is c++ a complete object oriented language

Light Poster
24Jul2007,22:54   #1
priyabc's Avatar
hi friends

can anyone help me.. why java is said to be a complete oop language and c++ not
Go4Expert Founder
25Jul2007,09:10   #2
shabbir's Avatar
Quote:
Originally Posted by priyabc
hi friends

can anyone help me.. why java is said to be a complete oop language and c++ not
In Java you don't have any function that is outside of the class but in C-C++ you have at least main outside of any class and so people have the opinion that Java is complete OO but not C++.