Answer Posted / vineet
Polymorphism is one of the important feature of OOP's. It
consist of 2 words i.e., 'Poly' which stands for many
and 'Morphism' stands for forms.
polymorphism has concept like function overloading...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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’.
Why do we need polymorphism in c#?
What is inheritance in oop?
What are two types of polymorphism?
What is difference between oop and pop?
Which method cannot be overridden?
What is persistence in oop?
What are functions in oop?
What is constructor in oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Why is polymorphism needed?
What do you mean by abstraction?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is a function in oop?
What is object in oops?