Tag: method overriding
-

Namaste Credit Sewa
If you use Nepal Telecom’s prepaid mobile, Nepal Telecom has brought you a new offer for you. Now Telecom is offering “Namaste Credit Sewa” for their prepaid sim users. While making a phone call from NT’s prepaid sim card, your phone call won’t get dropped even your mobile’s main balance gets exhausted. This means you can…
-

Java Method Overriding: Program Implementation
Write a JAVA program to implement Method Overriding for following inheritance : (Assume suitable data ) Abstract Class : Shape dim1, dim2, disp( ) abstract area ( ) Class: Rectangle getd( ), area ( ) Class: Rectangle getd( ), area ( )