Skip to content

Commit

Permalink
Merge pull request Aniket965#263 from vikumkbv/java-abstract
Browse files Browse the repository at this point in the history
add java abstract class
  • Loading branch information
Aniket965 authored Oct 5, 2018
2 parents d4c26ff + 6be1545 commit 11b22f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Java/abstract.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
abstract class Bike{
abstract void run();
}

//above code line display the abstract class

0 comments on commit 11b22f6

Please sign in to comment.