Why do we use oop?
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).
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
what are the different types of qualifier in java?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
write a program to find 2^n+1 ?
What is static in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Can static class have constructor?
What is overriding vs overloading?
What is object in oop?
Why we use classes in oop?
Can bst contain duplicates?
Why polymorphism is used in oops?