Answer Posted / anil
polymorphism means implementing different functionality's
with the same name and different type of arguments and
different number of parameters.We can achieve polymorphism
using function overloading and function overriding.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the 3 pillars of oop?
What are classes oop?
What is an example of genetic polymorphism?
What is abstract class in oop?
What are oops functions?
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’.
What are the two different types of polymorphism?
Can we define a class within the interface?
What is encapsulation c#?
write a program that takes input in digits and display the result in words from 1 to 1000
What is the real time example of encapsulation?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
Which is not an object oriented programming language?
What is pointer in oop?
What is destructor oops?