Making the description gender neutral (#28152)

This commit is contained in:
heavyslobs
2019-03-15 19:58:27 +01:00
committed by The Coding Aviator
parent 1bf8df4b28
commit 938ed336e0

View File

@ -46,7 +46,7 @@ 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.
If the child class doesn't implement the abstract methods of the parent, it becomes an abstract class.
#### More Information
- [Oracle Java Docs - Abstract Classes](https://docs.oracle.com/javase/specs/jls/se7/html/jls-8.html#jls-8.1.1.1)
- [Oracle Java Docs - Abstract Classes](https://docs.oracle.com/javase/specs/jls/se7/html/jls-8.html#jls-8.1.1.1)