Answer Posted / vadivel
namespace is used to avoid class name collision.
| Is This Answer Correct ? | 28 Yes | 7 No |
Post New Answer View All Answers
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 static in oop?
What is destructor example?
What is the difference between a constructor and a destructor?
Why do we need oop?
Why is static class not inherited?
What is static modifier?
What does no cap mean?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What are the benefits of polymorphism?
What is abstract class in oop?
What is the highest level of cohesion?
When not to use object oriented programming?
What is the difference between abstraction and polymorphism?
write string class as your own class in java without using any built-in function