Explain the difference between C and C++.
Answer Posted / padmas
The programming language C, has structural programming data types where C++ has object oriented programming structures such as class-object, with features as polymorphism, Inheritance, Data abstraction and protection that are not available in C.C++ is an extension of C but cannot be seen the differences between two.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Without using third variable write a code to swap two numbers.
What is heap sort in c++?
Tell me about virtual function
How do pointers work?
What is the best c++ compiler for windows 10?
Explain function overloading
Do you need a main function in c++?
What is the use of namespace std in C++?
How long to learn object oriented programming?
Can abstract class have normal methods?
What is an operator function? Describe the function of an operator function?
What is setfill c++?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
What is searching?
What is polymorphism and why is it important?