what is the main difference between c and c++?
Answer Posted / priyadharshini
c is top down approach but c++ is either top down or bottom
up approach....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Why interface is used? Can static class have constructor? How do you answer polymorphism? what type of questions Can you explain polymorphism? can inline function declare in private part of class? Which language is not a true object oriented programming language? What is use of overloading? Where You Can Use Interface in your Project What is difference between multiple inheritance and multilevel inheritance? What polymorphism means? What are objects in oop? What type of loop is a for loop? What is encapsulation in simple terms?