Answer Posted / sudha
"this" operator only access the current object.
| Is This Answer Correct ? | 41 Yes | 4 No |
Post New Answer View All Answers
Can main method override?
What do you mean by abstraction?
Can you inherit a private class?
Why multiple inheritance is not possible?
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 oops with example?
Why interface is used?
Is data hiding and abstraction same?
What is overloading in oops?
How do you explain polymorphism?
What is the problem with multiple inheritance?
Why it is called runtime polymorphism?
What is overriding in oop?
What is debug class?what is trace class? What differences are between them? With examples.
What exactly is polymorphism?