Android

Introduction to Android App Development

In this article on Introduction to Android App Development, I will discuss briefly about Android App Development and its origin. Actually, Android App Development started in the year 2007. Brief Introduction to Android App Development Basically, Android app development is the process of creating software applications that run on the Android operating system. So, it …

PHP

Creating Classes in PHP

This article explains Creating Classes in PHP. Basically, a class is like a template or a blueprint for an object. In other words, a class describes an object. While objects are things that have certain features in terms of attributes and behavior. The class represents the attributes and behavior of objects and the objects are …

PHP

Inheritance in PHP

In this article, I will explain the Inheritance in PHP. The objects relate to each other in many ways. For instance, an object may be a special kind of another object. In other words, the object is the special case of some generalized object. For example, a Course object can have attributes like course title, …