![]() |
What is the difference between C and C Plus programming languages?In: C Programming |
[Edit] |
the main difference between c and c plus plus is that c is a procedure oriented language where as cpp is an object oriented language we can compile and and execute all our c programs in a cpp compiler cpp is an extintion to c. cpp was first called 'c with classes' the ++ in c++ indicates the increment operator in c meaning cpp is an advanced language compared to c the advantage of cpp lies in object oriented programing generally called oops the features of oops are classes,data abstraction,encapsulation,inheritance,polymorphism,exception handling,etc.,
First answer by Nishanth930. Last edit by Nishanth930. Contributor trust: 59 [recommend contributor]. Question popularity: 63 [recommend question]




