what is the main difference between c and c++?
Answer Posted / t.saranya
c is structured programming language but c++ is object oriented programming language.
data is not secured in but c++ is data's are secured.
c does not support the c++program,but c++ support the c program.
c is low level language,but c++ is high level language.
c++ support operator overloading,c does not support.
c is top down,c++ is bottom up,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the real life example of polymorphism?
What is abstraction 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).
Why do we need oop?
any one please tell me the purpose of operator overloading
What is object and example?
What is difference between data abstraction and encapsulation?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is difference between multiple inheritance and multilevel inheritance?
what is difference between class template and template class?
What is overloading and its types?
What is the real time example of encapsulation?
Why interface is used?
class type to basic type conversion
What is the difference between a mixin and inheritance?