what is the main difference between c and c++?
Answer Posted / mukavi
c has no special symbol but c++ have a 2 special symbol is + +.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What do you mean by abstraction?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Write a program to reverse a string using recursive function?
Can a destructor be called directly?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is the benefit of oop?
What is the main purpose of inheritance law?
What are oops functions?
What is polymorphism oop?
why reinterpret cast is considered dangerous?
What is class in oop with example?
can inline function declare in private part of class?
What is inheritance write a program to show use of inheritance?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is the types of inheritance?