Header AD

OOP dreams





Object-oriented Programming (OOP) focuses on building programs from a set of 'smart' custom data types.This code helps save your time and makes it easier to reuse your code share it with others.I'll quick run through the syntax that is associated with OOP in PHP.You must understand the most basic concepts behind OOP.


>?php
$mybox=new Box('Rajesh');
echo $mybox ->get_what_is_inside();
?>









The variable $mybox stores a reference to a special 'smart'box built by new.
OOP dreams OOP dreams Reviewed by Unknown on 5:05 PM Rating: 5

No comments

Post AD