what is the main difference between c and c++?
Answer Posted / arti chalotra
C++ have templates but C have no templates.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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(); }
What is polymorphism and its types?
What are classes oop?
What is this pointer in oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What are the 4 main oop principles?
Why is polymorphism needed?
What are the data types in oop?
What is interface? When and where is it used?
Why do while loop is used?
What are the three parts of a simple empty class?
What is persistence in oop?
What language is oop?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What do you mean by abstraction?