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
How to hide the base class functionality in Inheritance?
Why is there no multiple inheritance?
What is the difference between encapsulation and polymorphism?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
When not to use object oriented programming?
write a program to find 2^n+1 ?
What is the difference between inheritance and polymorphism?
Why is static class not inherited?
What are the 4 pillars of oop?
What is byval and byref? What are differences between them?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the real life example of polymorphism?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is object in oop?
What is persistence in oop?