what is the main difference between c and c++?
Answer Posted / bhagyasree
In c++ the data is secured as we have the concepts of data
hiding but in C the data is not secured.And moreover c is a
low level language whereas c++ is a middle level language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism what are the different types of polymorphism?
What is class and object with example?
Why we use classes in oop?
What does enum stand for?
What is the main feature of oop?
What is ambiguity in inheritance?
What is pure oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is abstraction encapsulation?
What are two types of polymorphism?
What is and I oop mean?
What is inheritance and how many types of inheritance?
what are the realtime excercises in C++?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
Can we have inheritance without polymorphism?