what is the main difference between c and c++?
Answer Posted / c.rani
c is not object oriented
c++ is object oriented.
c is collections of functions
c++ is a collection of classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the types of inheritance?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is pointer in oop?
What is inheritance in simple words?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is difference between inheritance and polymorphism?
Write a program to reverse a string using recursive function?
What is polymorphism and types?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
How do you answer polymorphism?
How is polymorphism achieved?
What is the main feature of oop?
What is this pointer in oop?
Why interface is used?
How can you overcome the diamond problem in inheritance?