what is the main difference between c and c++?
Answer Posted / irfan khan
c is not object oriented but c++ is object oriented
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is the highest level of cohesion?
What are the benefits of polymorphism?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What are benefits of oop?
Why do we use oop?
What is static in oop?
What is overriding vs overloading?
What is encapsulation and abstraction? How are they implemented in C++?
How is polymorphism achieved?
What is the purpose of enum?
What are the 4 main oop principles?
What is the renewal class?
What is inheritance in oop?
What are functions in oop?