what is the technical or oop name of object?
How do you define social class?
143.what is oops principles?
what is the drawback of classical methods in oops?
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.
Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??
What is a null tree?
Where is pseudocode used?
What does I oop mean?
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.
what is cast operator?
what is the difference between <stdio.h>and "stdio.h"?
what is namespace? what are the uses of namespace?