what is the main difference between c and c++?
Answer Posted / vaijayanthimala
c is a procedure oriented language and give importants to
procedure that is fuction rather than data.c is a middle
level language.
c++ is a object oriented language and give importants to
object that is data.c++ is high level language.
c does not provide class / object concept
c++ provides encapsulation ,data abstraction,polymorphism..
In c passing a value to a function is "call by value "
where c++ its " call by reference".
c is top to bottom programming approch.
c++ is bottom to top programmong approach.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use encapsulation in oops?
what are the different types of qualifier in java?
What is object in oop with example?
What does oop mean in snapchat?
How is polymorphism achieved?
What are oops functions?
What is a function in oop?
What is an advantage of polymorphism?
What is the real time example of inheritance?
What is property in oops?
Why do we use class in oops?
Where You Can Use Interface in your Project
What is the use of oops?
What is object in oops?
What is abstraction in oops with example?