extends

  • PHP

Single Inheritance: PHP OOP

Inheritance is a way to reuse the code of existing objects. In this video tutorial we're illustrating single inheritance mechanism.…

11 years ago
  • PHP

Access Specifiers: PHP OOP

Controlling Access with public, private and protected access modifiers. These access specifiers can be used on both variables/attributes and methods.…

11 years ago
  • Java

Creating Simple Window in Java: using swings

This Java video tutorial demonstrates the creation of a simple window by importing Swings package and extending JFrame class. import…

12 years ago