what is the main difference between c and c++?
Answer Posted / madhavi nallapu
c is procedure oriented language and c++ is a object
oriented language.. and in c we can acheive the reusability
concept by implementing inheritance concept.. and all the
features of oops are supported by c++ where as not by c...
c++ is an advanced version of c because it supports all the
features of c and also some new features....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is encapsulation with real life example?
What are oops functions?
What is interface in oop?
Explain virtual inheritance?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why do we use polymorphism in oops?
What does no cap mean?
State what is encapsulation and friend function?
What is the example of polymorphism?
What are properties in oop?
what's the basic's in dot net
What is the difference between static polymorphism and dynamic polymorphism?
What are the data types in oop?
What is abstraction encapsulation?
program for insertion ,deletion,sorting in double link list