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
Can I learn c++ without learning c?
Explain the volatile and mutable keywords.
What is a binary file? List the merits and demerits of the binary file usagein C++.
What do the keywords volatile and mean mutable?
What are the differences between the function prototype and the function defi-nition?
Difference between a homogeneous and a heterogeneous container
What does scope resolution operator do?
Define friend function.
Can the creation of operator** is allowed to perform the to-the-power-of operations?
write a function signature with various number of parameters.
Write a program in C++ for Fibonacci series
What does extern mean in a function declaration in c++?
What is low level language in simple words?
What is the use of pointer in c++ with example?
what are the iterator and generic algorithms.