Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
6いいね 170 views回再生

Day 13 Part 1 // extend keyword // Object Oriented Programming // Java // Android development basics

An object can acquire the properties and behaviour of another object using Inheritance. The extends keyword extends a class (indicates that a class is inherited from another class). In Java, it is possible to inherit attributes and methods from one class to another. So basically, extends keyword is used to extend the functionality of the class.

コメント