mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 23:02:05 -04:00
Add more information about abstraction (#18461)
* Add more information about abstraction * Update index.md
This commit is contained in:
@@ -46,3 +46,4 @@ Car carObj = new Car(); // valid
|
||||
Motorcycle mBikeObj = new Motorcycle(); // valid
|
||||
```
|
||||
|
||||
If the child class doesn't implement the abstract methods of the father, it becomes an abstract class.
|
||||
|
||||
Reference in New Issue
Block a user