what is the main difference between c and c++?
Answer Posted / anusha
C is a general purpose and structured programing language,where as c++ is object oriented.
In C we wont use classes,where as c++ called as c with classes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism give a real life example?
Which type does string inherit from?
What is polymorphism and types?
What is pointer in oop?
What are the 3 pillars of oop?
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?
Which language is not a true object oriented programming language?
when to use 'mutable' keyword and when to use 'const cast' in c++
What are benefits of oop?
What is stream in oop?
What is a class in oop?
What is the important feature of inheritance?
Write a c++ program to display pass and fail for three student using static member function
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
How to call a non virtual function in the derived class by using base class pointer