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
Describe friend function & its advantages.
How do you decide which integer type to use?
What is the oldest programming language?
How do I make turbo c++ full screen?
How do I exit turbo c++?
What is the difference between object-oriented programming and procedural programming?
what is multi-threading in C++?
What is vector string in c++?
What is encapsulation in C++? Give an example.
What is the difference between multiple and multilevel inheritance in c++?
What is the difference between interpreters and compilers?
Which programming language is best to learn first?
Explain linear search.
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
What is the outcome of cout< a) 16 b) 17 c) 16.5