what is the main difference between c and c++?
Answer Posted / balaji.r
C is a procedurural oriented program it has certain
procedure but C++ is an Object oriented Program each and
every process doing in only with help of objects...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When not to use object oriented programming?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is static in 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).
Why polymorphism is used in oops?
What is difference between abstraction and encapsulation?
Why is polymorphism important in oop?
What is encapsulation in ict?
What is abstraction in oop with example?
What is encapsulation c#?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is static modifier?
What is oops with example?
What is encapsulation process?
Write a program to reverse a string using recursive function?