define a string class. overload the operator == to compare
two strings
Answer Posted / mostafizur rahman
define a string class. overload the operator == to compare
two strings
| Is This Answer Correct ? | 59 Yes | 30 No |
Post New Answer View All Answers
What is and I oop mean?
Can we create object of interface?
What is the use of oops?
What is inheritance in oop?
What is the benefit of oop?
What exactly is polymorphism?
What is persistence in oop?
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?
Why do we use oops?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is the important feature of inheritance?
Is abstract thinking intelligence?
program for insertion ,deletion,sorting in double link list
What is abstraction oop?
Can abstract class have normal methods?