What is polymorphism give a real life example?
No Answer is Posted For this Question
Be the First to Post Answer
Whats is abstraction in oops?
write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?
2 Answers IBMS, Zycus Infotech,
difine hierarchical inheritance.
what is object oriented programming and procedure oriented programming?
What does sksksk mean in text slang?
What is Hashing and how is it done? Pictorial form?
What is the difference between procedural programming and oops?
What is data binding in oops?
How do you achieve polymorphism?
What are the components of marker interface?
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 :( :-?
In c++ there is only virtual destructors, no constructors. Why?