what is the main difference between c and c++?
Answer Posted / mohd rehan
i read some que. from other site.the over all conclusin of
this c++ is object oriented lang.so it implement easily on
real world thing but c can not implement on real world thing...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a varargs method be overloaded?
What is encapsulation example?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
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
Is enum a class?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is destructor oops?
What is the main purpose of inheritance law?
write knight tour problem which is present in datastructure
Why oops is important?
What is overriding vs overloading?
Why is encapsulation used?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
Why it is called runtime polymorphism?
What are the 3 pillars of oop?