what is the main difference between c and c++?
Answer Posted / amit chidrewar
data abstraction and data encapsulation not present in c
while these are features of c++.Moreover emphasis are doing
on procedures in c while in c++ emphasis is dealing in
objects.Inheritance,polymorphism not present in c.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How long to learn object oriented programming?
write a program that takes input in digits and display the result in words from 1 to 1000
What is use of overloading?
What is polymorphism used for?
What does it mean when someone says I oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What does oop mean in snapchat?
What is polymorphism what is it for and how is it used?
What is meant by multiple inheritance?
What is the significance of classes in oop?
What is a class in oop?
what type of questions
What is object in oops?
What is the difference between a mixin and inheritance?
What is encapsulation and abstraction? How are they implemented in C++?