what is new operator in c++
What makes a language oop?
How do you use inheritance in unity?
why c++ is called OOPS? waht is inherutance? what is compiler?
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
what is the difference between function template and template of function?explain with example.
What is the difference between and interface and an abstract class ?
4 Answers IBM, Infosys, Ness Technologies,
Write 7 differences between "Public" function and "Private" function?
What is polymorphism what is it for and how is it used?
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
Program to open a file with First argument
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?
What is the problem with multiple inheritance?