what is the main difference between c and c++?
Answer Posted / vinomythili
difference between c and c++
c c++
1.procedural oriented 1.object oriented
2.top down approach 2. bottom up approach
3.developed by dennis ritche 3.developed by bjourne
stroustroup
4.malloc and free for allocation 4.new() and delete() for
and deallocation allocation and deallocatio
5.doesn't support operator and 5.it supports both
function overloading
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between pop and oop?
What are the 3 pillars of oop?
What is the benefit of oop?
What is byval and byref? What are differences between them?
What is abstraction in oops with example?
Can we create object of abstract class?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is multilevel inheritance in oop?
Explain virtual inheritance?
What is object in oops?
What is coupling in oop?
What is the important feature of inheritance?
What is the example of polymorphism?
Why is polymorphism needed?
What is a null tree?