Answer Posted / mohit singh
polymorphism is a very strong feature of java.dynamic
polymorphism is polymorphism used at run-time.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is abstraction in oop with example?
What is property in oops?
Why do we use polymorphism?
What is encapsulation in simple terms?
What is a class and object?
What is constructor in oop?
What is polymorphism programming?
Is enum a class?
What is inheritance and how many types of inheritance?
What is for loop and its syntax?
What do you mean by variable?
how to get the oracle certification? send me the answer
What is encapsulation and abstraction? How are they implemented in C++?
Why do we need 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).