what is the main difference between c and c++?
Answer Posted / vivek kudari
C++ include private and public keys.But C doesn't.
C++ compiler can understand all the keywords that c compiler
understand.but reverse is not true.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we use class?
How long to learn object oriented programming?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Why do we use inheritance?
What is the difference between abstraction and polymorphism?
What is polymorphism and its types?
Why oops is important?
write a C++ program for booking using constructor and destructor.
explain sub-type and sub class? atleast u have differ it into 4 points?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is polymorphism and why is it important?
Can bst contain duplicates?
How can you overcome the diamond problem in inheritance?
What is interface in oop?
What is the main purpose of inheritance law?