what is the main difference between c and c++?
Answer Posted / nethajiprasath
c is procedural oriented language
c++ is object oriented language....
c++ add the features of
class,object,inheritence,polymorphism,operator
overloading,function overloading..
simply c++ is a extension of c
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Advantage and disadvantage of routing in telecom sector
Why is oop better than procedural?
can we make game by using c
What is the oops and benefits of oops programming?
What is abstraction with example?
write a program that takes input in digits and display the result in words from 1 to 1000
What is inheritance write a program to show use of inheritance?
What is the full form of oops?
What is the real life example of polymorphism?
What is overriding vs overloading?
What is oops?what is its use in software engineering?
What do you mean by abstraction?
write knight tour problem which is present in datastructure
Why polymorphism is used in oops?
What is destructor example?