Help me to Understand Classes in OOP
Posted: Tue Dec 20, 2016 11:36 pm
Will somebody help me understand the classes in OOP. I know basics of it as
class human {
private $name;
function setname ($name){
}
function getname (){
}
}
or suggest me easy to understand books.
class human {
private $name;
function setname ($name){
}
function getname (){
}
}
or suggest me easy to understand books.