Skip to content

Commit e681bad

Browse files
authored
Update README.md
1 parent a2d7995 commit e681bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,9 @@ Inheritence can be extended or inherited.
409409
### Abstract class:
410410
A class with a pure virtual function ie, an abstract method is termed as Abstract class.In java, however the class has to be declared with abstract keyword to make it Abstract.
411411

412-
**Code4:[AbstractClass1.java]():** A program to illustrate use of Abstract class.
412+
**Code4:[AbstractClass1.java](https://github.com/disha2sinha/Object-Oriented-Programming-in-Java/blob/master/Interface/AbstractClass1.java):** A program to illustrate use of Abstract class.
413413

414-
**Code5:[AbstractClass2.java]():** A program to show that java allows abstract classes without any abstract method in it.
414+
**Code5:[Abstractclass2.java](https://github.com/disha2sinha/Object-Oriented-Programming-in-Java/blob/master/Interface/Abstractclass2.java):** A program to show that java allows abstract classes without any abstract method in it.
415415

416416

417417
**JAVA ACCESS MODIFIERS:**

0 commit comments

Comments
 (0)