LoginSignup
0
0

More than 3 years have passed since last update.

PHP初心者メモ④

Posted at

継承...あるクラスを元に新しいクラスをつくる。クラスのメソッドとプロパディを引き継貸せることができる
 例)class 新しいクラス名 extends クラス名 {

オーバライト...小クラスの方で親クラスのメソッド、プロパディを上書きする。

finalキーワード...親クラスの方でメソッド等禁止する。使い方は対象のメソッドの一番先頭に”final"をつける

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0