Answer Posted / jangam
the object oriented is the write the oops concept and write
the classes
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is polymorphism give a real life example?
How can you overcome the diamond problem in inheritance?
Is abstract thinking intelligence?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Why multiple inheritance is not possible?
What is the difference between static polymorphism and dynamic polymorphism?
Why do we use encapsulation in oops?
What is a class oop?
What is overriding vs overloading?
What is abstraction oop?
What is the significance of classes in oop?
What is encapsulation in oops?
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).
What is destructor give example?