Explain the difference between C and C++.
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 |
What is meant by exit controlled loop?
Do you know about Agilent PRECOMPILERS. ?
Write a program to generate the Fibonocci Series in C++.
Difference between function overloading and function overriding.
Explain the importance of method overloading in C++?
0 Answers Akamai Technologies, Infogain,
Explain about Searching and sorting algorithms with complexities
In C++ what is the meaning of data hiding?
what do you mean by exception handling in C++?
What is Copy Constructor?
What are issues if we mix new and free in C++?
CDPATH shell variable is in(c-shell)
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.