what is the main difference between c and c++?
Answer Posted / nethajiprasath
c is procedural oriented language
c++ is object oriented language....
c++ add the features of
class,object,inheritence,polymorphism,operator
overloading,function overloading..
simply c++ is a extension of c
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by variable?
What is abstraction encapsulation?
What is data binding in oops?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is the example of polymorphism?
What is polymorphism in oops with example?
What is overloading in oops?
Can bst contain duplicates?
Can a varargs method be overloaded?
What is overriding vs overloading?
What is an advantage of polymorphism?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is the diamond problem in inheritance?
What is encapsulation in simple terms?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?