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).
No Answer is Posted For this Question
Be the First to Post Answer
What is use of overloading?
what are the uses of C++
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)
how to find the largest of given numbers in an array
Write a program to sort the number with different sorts in one program ??
What is abstrac class?where is it use?
What is overloading in oops?
can you explain how to use JavaBean in Project
why c++ is called OOPS? waht is inherutance? what is compiler?
What is multiple inheritance? Give Example
3. Differentiate verification and validation.