what is the main difference between c and c++?
Answer Posted / rajiv vaddi
c++ includes the concepts of oops like class,
inheritance,polymorphism,encapsulation,data obstraction etc...
these are not present in c programming language.
this will reduce the complexity of the program , while these
features are not present in c programming .
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can main method override?
How to improve object oriented design skills?
write knight tour problem which is present in datastructure
What is meant by oops concept?
What is abstraction encapsulation?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
what is difference between class template and template class?
What is multilevel inheritance?
How to use CMutex, CSemaphore in VC++ MFC
How do you explain polymorphism?
What is difference between inheritance and polymorphism?
Why is oop useful?
How is polymorphism achieved?
What is overriding in oops?
write a program to find 2 power of a 5digit number with out using big int and exponent ?