Answer Posted / guest
dividing ith object
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
What is constructor in 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).
Can we define a class within the interface?
Which type does string inherit from?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is the fundamental idea of oop?
Give two or more real cenario of virtual function and vertual object
What is coupling in oop?
Why is encapsulation used?
What is polymorphism and why is it important?
What does <> mean pseudocode?
What is interface in oop?
What is polymorphism in oops with example?
Can destructor be overloaded?
What is object and example?