|
Re: Programming language (C versus C++)
True, but at the same time C++ is not pure Object oriented program. It has the flexibilities of making programs without making any object. Unlike Java where main function has to be inside the object, here main program has to be written outside the object. Thus inspite having the facility of objects people can write simple programs also obvisouly with some care!!!
|