what is the main difference between c and c++?
Answer Posted / m.vivekbalachandar
Language is structure oriented programing language
but c++ is object oriented programing language.
c++ is extension (or) increment of c.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is the purpose of polymorphism?
What is object in oop with example?
What is balance factor?
What is methods in oop?
What is abstraction encapsulation?
What is destructor example?
What is constructor overloading in oop?
What is solid in oops?
What are the two different types of polymorphism?
Why is polymorphism used?
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 highest level of cohesion?
What is the real time example of inheritance?
What is the real life example of polymorphism?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?