Why do we use polymorphism in oops?
No Answer is Posted For this Question
Be the First to Post Answer
How to call a non virtual function in the derived class by using base class pointer
what is the use of template classes in c++
What is difference between new and malloc?
some one give d clear explanation for polymorphism
Can we create object of interface?
define oops concept with example
What is static in oop?
What is difference between abstraction and encapsulation?
I am DeePu sotware engineer working with EMC corporation ,recently I had attended mcafee interview . Their questions were at heights of stupidity , I don't know what they want , I am a developer with 4 year experienced .I am listing the questions asked 1:What is the flag in g++ to avoid structure padding 2:In wht order parameters are passed to stack 3:How you will edit code segment of an exe
What is the difference between encapsulation and polymorphism?
In which cases you use override and new base?
C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.