what is the main difference between c and c++?
Answer Posted / muthu sundar
The main difference between C and C++ is
polymorphism which is present in C++ and not in C.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which method cannot be overridden?
Explain the concepts involved in Object Oriented programming.
Why oops is important?
What is the difference between procedural programming and oops?
How Do you Code Composition and Aggregation in C++ ?
What is object 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(); }
Write a program to sort the number with different sorts in one program ??
Why is oop better than procedural?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Get me a number puzzle game-program What is the main purpose of inheritance law? what are the ways in which a constructors can be called? #include Can a varargs method be overloaded?