View Single Post
  #2 (permalink)  
Old 06-30-2006, 10:10 AM
sanuanu sanuanu is offline
Senior Member
Professor
 
Join Date: Apr 2006
Location: Patna, Bihar
Posts: 1,682
sanuanu is on a distinguished road
Send a message via MSN to sanuanu Send a message via Yahoo to sanuanu
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!!!
Reply With Quote