What is polymorphism explain its types?
No Answer is Posted For this Question
Be the First to Post Answer
When will a constructor executed?
Why do we use polymorphism in oops?
what is the need of abstraction? what is abstraction?what is the abstraction for stack?
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?
What is the advantage of oop over procedural language?
What do we mean by a hidden argument in C++?
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
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 :( :-?
Why it is called runtime polymorphism?
define a string class. overload the operator == to compare two strings
2 Answers Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,
What is oops with example?
WAP find square root of any number (without using sqrt() )?