Can we convert all c++ program to c program with less logical deviation?

Showing Answers 1 - 1 of 1 Answers

Babasaheb

  • Jun 27th, 2007
 

Depends ,
cpp is just like c with advanced (OOPS) features........
Still it depends on the complexity of the program ! If we are using many advanced concepts of cpp in the code like inheritance , polymorphism and most importantly virtual functions then , it may affect our logic at a good extent ..........
But if the program is a simple one and straight forward then there will not be any big changes in the logic !

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions