what is the main difference between c and c++?
Answer Posted / sunil
in 'c' editor mouse not work;
but
in c++ editor mouse work properly
| Is This Answer Correct ? | 21 Yes | 40 No |
Post New Answer View All Answers
What is encapsulation oop?
What is difference between multiple inheritance and multilevel inheritance?
What are oops methods?
What is encapsulation in simple terms?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
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?
How does polymorphism work?
#include
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 is overloading and its types?
What are the 4 pillars of oop?
What are benefits of oop?
Where is pseudocode used?
Can we create object of interface?
What are properties in oop?