what is the main difference between c and c++?
Answer Posted / deepak
c is structure programming language while c++ is object oriented programming language this is the main difference between c and c++
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
c++ program to swap the objects of two different classes
What is overloading and its types?
What is protected in oop?
What is basic concept of oop?
How is class defined?
#include
What is and I oop mean?
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
write a program that takes input in digits and display the result in words from 1 to 1000
What is interface in oop?
What is constructor overloading in oop?
What are the benefits of oop?
Why is polymorphism important in oop?
#include
What is encapsulation in simple terms?