Answer Posted / vijayan
#include<iostream.h>
| Is This Answer Correct ? | 4 Yes | 21 No |
Post New Answer View All Answers
Can main method override?
#include
What is oops in simple words?
What is variable example?
What is the difference between a constructor and a destructor?
What type of loop is a for loop?
What is difference between polymorphism and inheritance?
What do you mean by variable?
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?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is object and example?
What are the 5 oop principles?
What is the significance of classes in oop?
2. Give the different notations for the class.\
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).