class Ahmed < Person
def initialize
@name = 'Ahmed Saleh'
@age = 23
@work = [ 'Flutter Dev', 'Software Eng' ]
@education = [ 'Compuer Science', 'Mansoura University ]
@hobbies = [ 'Gaming', 'Chess', 'Problem Solving' ]
end
def current_location
'Mansoura, Egypt'
end
def currently
{
studying: [ 'Mobile App Development' ],
reading: [ 'Head First Design Patterns' ],
}
end
end
Github Stats | Top Languages |
---|---|