what is the main difference between c and c++?
Answer Posted / pramananth.k
c is not object oriented .c++ is object oriented
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you define a class in oop?
What is the main purpose of inheritance law?
How to use CMutex, CSemaphore in VC++ MFC
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?
Why interface is used?
What is a null tree?
Explain virtual inheritance?
Are polymorphisms mutations?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is debug class?what is trace class? What differences are between them? With examples.
What are the three parts of a simple empty class?
What type of loop is a for loop?
What is multilevel inheritance in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is overloading and its types?