what is the main difference between c and c++?
Answer Posted / anees
c does not support the c++ programme but c++ support the c
program.c++ support operator overloading but
c doesn't support operator overloading.C++ allows the
programmer to create classes, which are
somewhat similar to C structures. However, to a class can be
assigned methods, functions associated to it, of various
prototypes, which can access and operate within the class,
somewhat like C functions often operate on a supplied
handler pointer.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is polymorphism oop?
Write a program to sort the number with different sorts in one program ??
How to use CMutex, CSemaphore in VC++ MFC
What exactly is polymorphism?
Explain the advantages of inheritance.
explain sub-type and sub class? atleast u have differ it into 4 points?
Which is not an object oriented programming language?
What are the 5 oop principles?
Why is oop useful?
What language is oop?
Please send ford technologies placement paper 2 my mail id
Why is object oriented programming so hard?
What does and I oop mean?
what is the drawback of classical methods in oops?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction