EXAMPLE OF FINAL CLASS (JAVA)
final class Bike{}
class Honda1 extends Bike{
void run(){System.out.println("running safely with 100kmph");}
public static void main(String args[]){
Honda1 honda= new Honda1();
honda.run();
}
}
We here at iknowmycamera try to bring you out some amazing pictures along with related info of some places which we travel. You may choose a category which you might be interested in and start exploring.
Comments
Post a Comment
If you have any doubts, Feel free to Ask !