Answer Posted / priya
C does no support polymorphism, encapsulation, and inheritance which means that C does not support object oriented programming.
C++ supports polymorphism, encapsulation, and inheritance because it is an object oriented programming language.
C is a subset of C++.
C++ is a superset of C.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the register storage classes in c++.
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What is iostream in c++ used for?
Write a program to find the Fibonacci series recursively.
Is c++ the best programming language?
What are punctuators in c++?
What is a modifier in c++?
How can you create a virtual copy constructor?
Can a function take variable length arguments, if yes, how?
Explain the difference between struct and class in terms of access modifier.
What does count ++ do in c++?
What are iterators in c++?
Why should you learn c++?
How to tokenize a string in c++?
Can class objects be passed as function arguments?