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 oops concept with example?
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
Why is polymorphism used?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
class type to basic type conversion
what are the different types of qualifier in java?
to find out the minimum of two integer number of two different classes using friend function
Can you explain polymorphism?
Which method cannot be overridden?
What is oops in simple words?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Why is encapsulation used?
What is class and example?
What is pointer in oop?
What is protected in oop?