what is the main difference between c and c++?
Answer Posted / priya
c++ is a middle level language where it understand both machine language and user defined language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we define a class within the interface?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Are polymorphisms mutations?
What is the difference between encapsulation and polymorphism?
What are the 4 pillars of oop?
Why interface is used?
Can you explain polymorphism?
What is overriding in oops?
What is overloading in oop?
Why is oop useful?
c++ program to swap the objects of two different classes
What is the real life example of polymorphism?
What is coupling in oop?
What is cohesion in oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?