Prac-6 polymorphism

7 minutes
Share the link to this page
Copied
  Completed
You need to have access to the item to view this lesson.
One-time Fee
$69.99
List Price:  $99.99
You save:  $30
€66.52
List Price:  €95.03
You save:  €28.51
£55.40
List Price:  £79.15
You save:  £23.74
CA$97.77
List Price:  CA$139.67
You save:  CA$41.90
A$107.48
List Price:  A$153.55
You save:  A$46.07
S$94.07
List Price:  S$134.39
You save:  S$40.32
HK$544.73
List Price:  HK$778.22
You save:  HK$233.49
CHF 61.85
List Price:  CHF 88.36
You save:  CHF 26.51
NOK kr773.61
List Price:  NOK kr1,105.21
You save:  NOK kr331.59
DKK kr496.19
List Price:  DKK kr708.87
You save:  DKK kr212.68
NZ$119.31
List Price:  NZ$170.45
You save:  NZ$51.14
د.إ257.07
List Price:  د.إ367.26
You save:  د.إ110.19
৳8,370.95
List Price:  ৳11,959.01
You save:  ৳3,588.06
₹5,916.42
List Price:  ₹8,452.40
You save:  ₹2,535.97
RM312.50
List Price:  RM446.45
You save:  RM133.95
₦117,624.49
List Price:  ₦168,042.19
You save:  ₦50,417.70
₨19,473.08
List Price:  ₨27,819.88
You save:  ₨8,346.79
฿2,426.48
List Price:  ฿3,466.55
You save:  ฿1,040.07
₺2,418.28
List Price:  ₺3,454.83
You save:  ₺1,036.55
B$406.67
List Price:  B$580.99
You save:  B$174.31
R1,268.60
List Price:  R1,812.36
You save:  R543.76
Лв130.09
List Price:  Лв185.85
You save:  Лв55.76
₩98,070.61
List Price:  ₩140,106.88
You save:  ₩42,036.26
₪261.37
List Price:  ₪373.41
You save:  ₪112.03
₱4,133.88
List Price:  ₱5,905.80
You save:  ₱1,771.92
¥10,806.63
List Price:  ¥15,438.71
You save:  ¥4,632.07
MX$1,423.91
List Price:  MX$2,034.25
You save:  MX$610.33
QR255.44
List Price:  QR364.93
You save:  QR109.49
P956.94
List Price:  P1,367.12
You save:  P410.17
KSh9,046.20
List Price:  KSh12,923.70
You save:  KSh3,877.50
E£3,475.04
List Price:  E£4,964.56
You save:  E£1,489.51
ብር8,733.50
List Price:  ብር12,476.97
You save:  ብር3,743.46
Kz63,853.79
List Price:  Kz91,223.61
You save:  Kz27,369.81
CLP$68,157.66
List Price:  CLP$97,372.26
You save:  CLP$29,214.60
CN¥506.84
List Price:  CN¥724.09
You save:  CN¥217.25
RD$4,224.90
List Price:  RD$6,035.83
You save:  RD$1,810.93
DA9,349.94
List Price:  DA13,357.64
You save:  DA4,007.69
FJ$158.89
List Price:  FJ$226.99
You save:  FJ$68.10
Q540.76
List Price:  Q772.55
You save:  Q231.78
GY$14,655.30
List Price:  GY$20,937.04
You save:  GY$6,281.74
ISK kr9,679.61
List Price:  ISK kr13,828.61
You save:  ISK kr4,149
DH699.78
List Price:  DH999.72
You save:  DH299.94
L1,274.52
List Price:  L1,820.82
You save:  L546.30
ден4,093.48
List Price:  ден5,848.08
You save:  ден1,754.59
MOP$561.60
List Price:  MOP$802.33
You save:  MOP$240.72
N$1,270.52
List Price:  N$1,815.10
You save:  N$544.58
C$2,577.69
List Price:  C$3,682.57
You save:  C$1,104.88
रु9,455.06
List Price:  रु13,507.81
You save:  रु4,052.75
S/265.82
List Price:  S/379.77
You save:  S/113.94
K281.99
List Price:  K402.86
You save:  K120.87
SAR262.75
List Price:  SAR375.38
You save:  SAR112.62
ZK1,938.58
List Price:  ZK2,769.51
You save:  ZK830.93
L331.04
List Price:  L472.94
You save:  L141.89
Kč1,685.42
List Price:  Kč2,407.85
You save:  Kč722.43
Ft27,354.11
List Price:  Ft39,078.98
You save:  Ft11,724.86
SEK kr771.99
List Price:  SEK kr1,102.90
You save:  SEK kr330.90
ARS$70,181.20
List Price:  ARS$100,263.16
You save:  ARS$30,081.95
Bs485.08
List Price:  Bs693
You save:  Bs207.92
COP$308,906.07
List Price:  COP$441,313.30
You save:  COP$132,407.23
₡35,572.52
List Price:  ₡50,820.06
You save:  ₡15,247.54
L1,770.13
List Price:  L2,528.86
You save:  L758.73
₲548,589.81
List Price:  ₲783,733.33
You save:  ₲235,143.51
$U2,994.50
List Price:  $U4,278.05
You save:  $U1,283.54
zł289.22
List Price:  zł413.19
You save:  zł123.97
Already have an account? Log In

Transcript

Hi welcome back here in this practical exercise we will be learning polymorphism which is one of the key components of object oriented programming. With polymorphism we can create multiple method with same name, but they perform different operations. Same name could be carried for different methods, performing different set of operations having different number of variables, returning different results, and more like that. So let's start with polymorphism. I just write the code here. Just need to write the class.

Write a class name. Here the overload is the class name. Provide a method just write a method name here. Avoid demo, having an in teacher a and displaying a message on the screen system out print lm A I will display the value of a on the screen. Then we can have more my tags or row tanks here that I just have a different method with the same name demo having different number of arguments, we can have zero argument 1234 and one. The first demo method have a single argument a second demo have two arguments.

So these are same name, but with different behaviors or different functionalities. It is displaying the different message on the screen. It will display a value of a and b both on their screen as access to System dot out dot print lm A and P I'm provided variable length callback with the plus symbol. And we can call this method using object from an external class the main class method also our delimiter here, like Alma Ecwid was clicking in the code, you have the separation symbol are there two plus using the system log print ln display is showing on the screen. That is create another method with the different return type. Here we have a demo method.

With a return type double eyelid we have the return type void libertarian number with a number of variables or change the return type and use the same name. In vehicle programs, we may have thousands of lines of code that will be difficult to hire See, if we have thousands method use the thousand method may or may not have the unique name always. So we can carry the same name, but our differentiator of all humans are different functionalities that could be used for polymorphism which are useful function when their program may scale up. Anytime your current demo method displays a message on the screen, I will make the value of A in readable format and it returns the multiplication of a into a the square of a run the value in three arguments differed based on what value will pass if you pass entity a single integer value it will go to the first matter, it will pass two different integer values it will go to the second method and it will want to provide a single double value it will be provided to the current demo like so Depends on the input, what you provide, it will decide which method is executed.

We have the main class, having a main method of public static void main string args. Here we can create object calls overload class. All we do is object, right the class name and object a question your classmates. Here we create an instance sorry, a variable of the type double, and we could be displaying on the screen. Biggest color demo method of this overload class and provided value. We have to render a single integer value 10 certainly pass to the first matter where we can also provide multiple values When we provide two integer values, it will go to the second metric having two different integer values A and B and we can install the result of any variable.

So, we have called a third with the double value followed by decimal right. And handling is stored in the result object as a variable. And we can display the message on the screen system out print output is and we can have the result being shown on the screen. pingdom protocol 7.6. So, first, the line of guidance will not put on the screen. Value of first method a thing called message count printed message is to attend and we are 10 and 20 and a double value of a 7.6.

And the return value of 7.6 on a squared of 7.6. It's okay 7.76 we can also return from different methods, an integer value could be written but we have used a void return type in the first two cases, first two methods, so it was not returning any value, we can also return the value on the screen. Similarly, we can have my favorite character or string literals. We could have more methods and number of methods could be called we could also pass as a complete file as well. We would integrate these things to create a complete solution. When you're building a complex code for complex application polymorphism is another key thing that goes to your mind.

So don't need to worry about unique name for each method using the program. The name could be same of our data will be heavier operations may differ. Try building your own solution. Keep learning and keep moving ahead

Sign Up

Share

Share with friends, get 20% off
Invite your friends to LearnDesk learning marketplace. For each purchase they make, you get 20% off (upto $10) on your next purchase.