what is the main difference between c and c++?
Answer Posted / rohan
The basic difference b/t c&c++ is that c uses function where as c++ uses class.
c is top down approach where as C++ uses bottom up approach.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does no cap mean?
What are the 4 pillars of oop?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why is destructor used?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
what type of questions
What are oops functions?
How do you use inheritance in unity?
What are the benefits of polymorphism?
What are objects in oop?
Why is abstraction needed?
Why multiple inheritance is not allowed?
What is destructor in oop?
What language is oop?
Why interface is used?