Un-Answered Questions { OOPS }

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?

1398


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?

1378


Templates mean

1579


write a program that takes input in digits and display the result in words from 1 to 1000

1974


Please send ford technologies placement paper 2 my mail id

1646


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.

1443


what are the ways in which a constructors can be called?

1568


program for insertion ,deletion,sorting in double link list

2269


• What are the desirable attributes for memory managment?

1714


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?

1569


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1623


when to use 'mutable' keyword and when to use 'const cast' in c++

1637


why reinterpret cast is considered dangerous?

1890


which feature are not hold visual basic of oop?

1711


How to call a non virtual function in the derived class by using base class pointer

5237