Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

サーバサイド - PHP - オブジェクト指向 #36

Open
fr-sasaki opened this issue Aug 8, 2014 · 0 comments
Open

サーバサイド - PHP - オブジェクト指向 #36

fr-sasaki opened this issue Aug 8, 2014 · 0 comments
Labels

Comments

@fr-sasaki
Copy link
Member

オブジェクト指向の基礎について学びます。

■課題

課題1

下記用語について調べてください。

  • オブジェクト
  • クラス
    • プロパティ
    • メソッド
    • コンストラクタ/デストラクタ
    • カプセル化
  • インスタンス化
  • アクセス修飾子
  • abstract修飾子
  • 継承
    • オーバーライド
    • parent

課題2

下記制御構造について調べてください。

  • require
  • require_once
  • include
  • include_once

課題3

php課題で作成したフォームを、制御構造を用いて各画面2ファイル以上に分割してください。

課題4

php課題で作成した都道府県に関する表示処理をクラス化してください。
この時、都道府県に関するクラスは別ファイルとしてください。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant