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
write a program to find 2^n+1 ?
Why do we need oop?
What is a class and object?
Why is destructor used?
any one please tell me the purpose of operator overloading
What is purpose of inheritance?
What does sksksk mean in text slang?
Where is pseudocode used?
What is encapsulation in oops?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
Why polymorphism is used in oops?
Why is there no multiple inheritance?
What is encapsulation in oop?
Can destructor be overloaded?
What is interface in oop?