what is the main difference between c and c++?
Answer Posted / senthil
c++ is used to friend function used but c used only the
function.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism and why is it important?
What is purpose of inheritance?
What is the difference between static polymorphism and dynamic polymorphism?
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(); }
Which language is not a true object oriented programming language?
Get me a number puzzle game-program
What is data binding in oops?
What is super in oop?
How to call a non virtual function in the derived class by using base class pointer
What does I oop mean?
What are the benefits of oop?
What is the purpose of polymorphism?
write knight tour problem which is present in datastructure
Which method cannot be overridden?
How Do you Code Composition and Aggregation in C++ ?