what is the main difference between c and c++?
Answer Posted / arti chalotra
C++ have templates but C have no templates.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does I oop mean?
What are the 4 pillars of oop?
what type of questions
What is the real life example of polymorphism?
What is ambiguity in inheritance?
What is overloading in oops?
Why do we use oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is the difference between encapsulation and polymorphism?
What is the difference between procedural programming and oops?
What do you mean by overloading?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is an interface in oop?
Can we override main method?
Describe these concepts: Polymorphism, Inheritance and Abstraction.