Answer Posted / yamuna mathew
samne function behave differntily on different occasion
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is destructor in oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
write a C++ program for booking using constructor and destructor.
How to improve object oriented design skills?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Why do we need oop?
What is the difference between a constructor and a destructor?
What are the benefits of polymorphism?
What is the main feature of oop?
What are the benefits of interface?
What do you mean by overloading?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is oops?what is its use in software engineering?
What is encapsulation with example?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).