what is the main difference between c and c++?
Answer Posted / aliraza
c language could not any return value and c++ return value
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can we create object of interface?
What is a null tree?
when to use 'mutable' keyword and when to use 'const cast' in c++
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(); }
How to call a non virtual function in the derived class by using base class pointer
what is the sylabus for priliminaries?
What is object-oriented programming? Webopedia definition
What are the 3 pillars of oop?
What is the problem with multiple inheritance?
what is difference between class template and template class?
Can destructor be overloaded?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
write a program to find 2^n+1 ?
Is this job good for future? can do this job post grduate student?
What is overloading in oop?