what is the main difference between c and c++?
Answer Posted / ricky dobriyal
c does not support default argument while c++ support
default argument
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is oops and why we use oops?
What is oops with example?
What is encapsulation with real life example?
Why do we use oop?
What is interface? When and where is it used?
Which method cannot be overridden?
What is encapsulation in oop?
What is polymorphism and types?
write a program to find 2^n+1 ?
Can you explain polymorphism?
when to use 'mutable' keyword and when to use 'const cast' in c++
write a program that takes input in digits and display the result in words from 1 to 1000
What are the 5 oop principles?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is abstraction in oop?