can you give real time example for polymarphism

Answer Posted / venki

Appearing different forms of water
once it acts as ice
and other vapour

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is destructor used?

581


Can enum be null?

585


How do you achieve runtime polymorphism?

569


class type to basic type conversion

1835


any one please tell me the purpose of operator overloading

1965






write a program to find 2 power of a 5digit number with out using big int and exponent ?

1893


Can abstract class have normal methods?

610


Can static class have constructor?

582


What is polymorphism what are the different types of polymorphism?

563


When not to use object oriented programming?

569


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1635


Why we use classes in oop?

576


write string class as your own class in java without using any built-in function

1976


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1403


What is the difference between a mixin and inheritance?

520