Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Object Orientation in PHP
Rating: 4.7 out of 5(287 ratings)
977 students
Created byLawrence Turton
Last updated 3/2016
English

What you'll learn

  • APIE (Abstraction, Polymorphism, Inheritance & Encapsulation)
  • Object oriented analysis, design & programming
  • UML or Unified Modelling Language
  • Sequence diagrams
  • Class syntax of PHP

Course content

5 sections30 lectures4h 57m total length
  • Introduction3:05

    Welcome to this course that'll teach you about object oriented analysis, design and programming. This course isn't just about learning syntax, it'll teach you the why behind lots of commonly used terminologies and phrases used in OOP. Also the concepts will be explained even how to define objects themselves.

  • Defining object orientation and objects13:39

    Defining an object can be tricky, so we need to know the very definition of an object. How do you define an object and then how is it translated into the programming world.

  • What is a class?6:58

    A class is used to build an object in programming. But why would you want to use classes? Why do they exist and have purpose in programming? Well we're about to find out.

  • Abstraction2:29

    Abstraction is the necessary process of simplifying our program's. It's a principle that is carried all throughout programming and not just object oriented programming. As programmers we must simplify and the best way to do that is abstraction.

  • Polymorphism3:20

    Polymorphism may sound like a big word but all it really means is 'many forms'. For example if you use the plus '+' symbol you can add two numbers together and likewise using the same plus operator two strings will be concatenated together.

  • Inheritance8:29

    Inheritance is a form of instantiating a sub class with that class then pulling in all the parents' properties and method's. Inheritance has a lot to do with abstraction.

  • Encapsulation3:49

    Encapsulation is grouping properties and methods together in an object, it's essentially the container that keeps everything together. However this is not the only one purpose of encapsulation. It also involves black boxing which is hiding certain properties and methods to further ensure our application works the way it should.

Requirements

  • Have general knowledge of the PHP language but not required for OOA or OOD

Description

Learning object oriented programming may seem like a chaw but in reality once learnt it's not difficult. However many programmers learn object orientation programming instead of the whole object orientation process, for example what do we mean by object orientation? What does the APIE acronym stand for and do we understand all concepts of this acronym? Those who may even have a general knowledge of object orientation programming may want to take this course because it'll give a higher definition of object orientation and all concepts that surround it. To truly understand how to program in an object oriented manner then we must first understand all there is to know about the concepts, ideologies and fundamental understanding not just the syntax of any one language.

If you just know how to program object oriented then that will not cut it. What happens when you need to map out an application are you using UML and are you using it correctly? Everything we do in the programming world is for real world use so understanding the syntax only or understanding object orientation in a general way will not cut in large scale projects. So those programmers who may have been exposed to object orientation syntax may find this course of some use and don't for object oriented analyse and design don't refer to any programming language. Also new comers will definitely learn a boat load from this course in the simplest manner possible right from the start even if you don't want to do the programming part.

This course includes lectures that break subjects down like abstraction, polymorphism, inheritance and encapsulation in a simplified spoon fed manner for anyone to understand from beginner or even an experienced programmer who wants to know more about the object oriented fundamentals.

Who this course is for:

  • Have a full understanding of the concepts behind OO not just programming
  • People who want to learn the full process of OO
  • Want further understanding of certain aspects of OO
  • Learn OO PHP syntax that can be generalised to other programming languages as well