Answer Posted / sohaibx
it is an implicit pointer holding the address of current object.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What exactly is polymorphism?
What is inheritance write a program to show use of inheritance?
What is property in oops?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is abstraction in oop?
What is an advantage of polymorphism?
Why do we use inheritance?
What is polymorphism explain?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
what is the drawback of classical methods in oops?
What are the important components of cohesion?
Is enum a class?
what is difference between class template and template class?
c++ program to swap the objects of two different classes
What is abstraction encapsulation?