what is the main difference between c and c++?
Answer Posted / vikram
*C is a structured programming Language but C++ supports
partial Object Oriented Programming
* C employs top down approach, but c++ employes buttom up
approach.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is polymorphism needed?
#include
What is encapsulation in simple terms?
Whats oop mean?
officer say me - i am offered to a smoking , then what can you say
What is the oops and benefits of oops programming?
How do you answer polymorphism?
What is polymorphism give a real life example?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
what is the drawback of classical methods in oops?
What causes polymorphism?
What is polymorphism explain?
to find out the minimum of two integer number of two different classes using friend function
Why we use classes in oop?
write a C++ program for booking using constructor and destructor.