What is difference c and c++?
Answer / 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 |
Define private, protected and public access control.
What is endianness?
What is the main function c++?
What is #include iostream?
Can c++ do everything c can?
How const int *ourpointer differs from int const *ourpointer?
What is difference between rand () and srand ()?
What is abstraction with real time example?
Can java be faster than c++?
What new()is different from malloc()?
What is setiosflags c++?
What is difference between c++ and c ++ 14?