what is the main difference between c and c++?
Answer Posted / raghav ji
the main deference between c and c++ is that c is a
procedural language having no security while c++ is the
object oreanted programing language having more security
power and concepts like
1. bottom up approach
2. classes
3. objects
4. overload
5. inheritens etc...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does I oop mean?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is polymorphism oop?
What is class and example?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is polymorphism in oops with example?
What is object in oops?
What is an example of genetic polymorphism?
What is object in oop with example?
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
Why polymorphism is used in oops?
Which method cannot be overridden?
What is abstract class in oop?
What is destructor example?
What is polymorphism used for?