what is the main difference between c and c++?
Answer Posted / rokesh
very simple. C++ is actually named as C with classes.. It
makes use of classes.. thats all the difference
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is difference between class template and template class?
Can a destructor be called directly?
Why polymorphism is used in oops?
What are the advantages of polymorphism?
Which is better struts or spring?
What is basic concept of oop?
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(); }
Where You Can Use Interface in your Project
Can static class have constructor?
What do you mean by abstraction?
What is property in oops?
Which language is not a true object oriented programming language?
What is destructor give example?
What is the real time example of encapsulation?
What is polymorphism what is it for and how is it used?