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
What is multilevel inheritance?
What are oops functions?
when to use 'mutable' keyword and when to use 'const cast' in c++
is there any choice in opting subjects like 4 out of 7
What is class and object with example?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is the important feature of inheritance?
What is difference between multiple inheritance and multilevel inheritance?
what type of questions
Which is not an object oriented programming language?
what's the basic's in dot net
What is encapsulation c#?
What is methods in oop?
What are benefits of oop?
What is polymorphism what is it for and how is it used?