Python Inheritance

Submitted by moazkhan on

In this tutorial you will learn:

  • Inheritance in Object Oriented Programming
  • Inheritance in Python
  • Overriding in Python OOP
  • Private members of Parent Class

Inheritance in Object Oriented Programming

Inheritance is an important concept in Object Oriented Programming. Inheritance means getting something from the parent and in programming it means the same the child class inherits methods and properties from the parent class. It enables code reusability and resembles real world relationships.

Python Class and Object

Submitted by moazkhan on

In this tutorial you will learn:

  • Classes and Objects
  • Class in Python
  • Object in Python
  • Alter an Object

Classes and Objects

Object Oriented Programming Languages works with two main features Class and Object. In this programming paradigm we create containers that contains different properties and methods. These methods are used to modify the properties in some way and we name these containers as Classes. Objects are instances of a Class and they have access to the properties and methods of that class.

Online Scheduling System

Submitted by razormist on
Online Scheduling System with Source Code is a PHP project that designed to solve the timetable and scheduling problems of some schools. The system was created using PHP, HTML, MYSQLi and Javascript. This system has the capability to show the room schedule, courses and subject in order to avoid conflict within the class schedule. You can dynamically create your user account to access and manage

Python Input

Submitted by moazkhan on

In this tutorial you will learn:

  • Input Function
  • Input in Python 2.7
  • Input in Python 3.6
  • Making a simple Calculator

Input Function

This is an important function in programming languages almost all programming languages offer some kind of input function to take values from the user.

Input in Python 2.7

Food Ordering System

Submitted by razormist on
Food Ordering System with Source Code is a C++ program that can make the ordering of food easier and convenient to customer. The system was developed using C++ language. The system is easier to use you just need to enter a certain key to transact your order. The user is already given after you open the program. This program has a feature in which it can generate a receipt after purchasing an order