what is the main difference between c and c++?
Answer Posted / ravi.v
c has only 32 keywords. but c++ has 52 keywords
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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?
What are the two different types of polymorphism?
What is data binding in oops?
What is the difference between encapsulation and polymorphism?
Why do we use class?
What is multilevel inheritance?
Why do we use polymorphism?
to find out the minimum of two integer number of two different classes using friend function
Are polymorphisms mutations?
What is abstraction in oop with example?
Write a program to reverse a string using recursive function?
When not to use object oriented programming?
c++ program to swap the objects of two different classes
What is constructor overloading in oop?
Can we override main method?