what is the main difference between c and c++?
Answer Posted / mahila
c is procedural language, but c++ is object oriented language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is static in oop?
Can we create object of interface?
Why is destructor used?
Why it is called runtime polymorphism?
what is different between oops and c++
How to improve object oriented design skills?
2. Give the different notations for the class.\
What is polymorphism in oops with example?
Can an interface inherit a class?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is debug class?what is trace class? What differences are between them? With examples.
What is the difference between static polymorphism and dynamic polymorphism?
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 is overriding in oops?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?