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?.
Answer Posted / gopichandar
'e'and 'o'
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What are the benefits of polymorphism?
When not to use object oriented programming?
What exactly is polymorphism?
What is pure oop?
What is polymorphism what are the different types of polymorphism?
Can we create object of interface?
Why is abstraction needed?
What are functions in oop?
What are the 5 oop principles?
Why is oop better than procedural?
What is multilevel inheritance explain with example?
how to get the oracle certification? send me the answer
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is encapsulation example?
What do you mean by abstraction?