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 does and I oop mean?
Why is abstraction needed?
Can we create object of interface?
What is oops?what is its use in software engineering?
When not to use object oriented programming?
What is object in oops?
What is polymorphism explain?
What is an example of genetic polymorphism?
What are the components of marker interface?
What is persistence in oop?
What do you mean by Encapsulation?
What is encapsulation and abstraction? How are they implemented in C++?
write a C++ program for booking using constructor and destructor.
Can enum be null?
What is polymorphism and its types?