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 are the two different types of polymorphism?
What does and I oop mean in text?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is the full form of oops?
What is solid in oops?
What are the features of oop?
What is overloading in oops?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is object in oops?
what type of question are asked in thoughtworks pair programming round ?
which feature are not hold visual basic of oop?
What is object and example?
Why multiple inheritance is not allowed?
Plese get me a perfect C++ program for railway/airway reservation with all details.