what is the main difference between c and c++?
Answer Posted / varun ait
declaration of variable in C, should be done at its very
beginning of the program.
but in C++, variables can be declared anywhere inside a
function.
| Is This Answer Correct ? | 39 Yes | 7 No |
Post New Answer View All Answers
what are the ways in which a constructors can be called?
What are main features of oop?
2. Give the different notations for the class.\
Why oops is important?
write string class as your own class in java without using any built-in function
What is polymorphism programming?
Why is polymorphism needed?
Can we have inheritance without polymorphism?
What is the advantage of oop over procedural language?
Write a program to sort the number with different sorts in one program ??
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 polymorphism and its types?
How do you answer polymorphism?
What is overloading in oops?
What is encapsulation in oop?